Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
    • Constructor Detail

      • GeometryInternalError

        public GeometryInternalError()
        Simple constructor with a default error message.