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:
java.io.Serializable
public class GeometryInternalError extends java.lang.IllegalStateException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
ERROR_MSG
Error message used for exceptions of this type.private static long
serialVersionUID
Serializable version identifier.
-
Constructor Summary
Constructors Constructor Description GeometryInternalError()
Simple constructor with a default error message.
-
-
-
Field Detail
-
ERROR_MSG
private static final java.lang.String ERROR_MSG
Error message used for exceptions of this type.- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
Serializable version identifier.- See Also:
- Constant Field Values
-
-