Class TriangulatorException

All Implemented Interfaces:
Serializable

public class TriangulatorException extends GeometryException
Raised when a polygon cannot be triangulated.
See Also:
  • Constructor Details

    • TriangulatorException

      public TriangulatorException()
      Constructor.
    • TriangulatorException

      public TriangulatorException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • TriangulatorException

      public TriangulatorException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • TriangulatorException

      public TriangulatorException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.