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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
Error message used for exceptions of this type.private static final long
Serializable version identifier. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_MSG
Error message used for exceptions of this type.- See Also:
-
serialVersionUID
private static final long serialVersionUIDSerializable version identifier.- See Also:
-
-
Constructor Details
-
GeometryInternalError
public GeometryInternalError()Simple constructor with a default error message.
-