Class GeometryInternalError

All Implemented Interfaces:
Serializable

public class GeometryInternalError extends 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:
  • Field Details

    • ERROR_MSG

      private static final String ERROR_MSG
      Error message used for exceptions of this type.
      See Also:
    • serialVersionUID

      private static final long serialVersionUID
      Serializable version identifier.
      See Also:
  • Constructor Details

    • GeometryInternalError

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