Class GeometryInternalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.geometry.core.internal.GeometryInternalError
- All Implemented Interfaces:
Serializable
Exception thrown when something that should not happen does happen.
This class is not intended to be part of the public API and should
never be seen by the user when algorithms are functioning correctly.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GeometryInternalError
public GeometryInternalError()Simple constructor with a default error message.
-