Class ParallelPlanesException

All Implemented Interfaces:
Serializable

public class ParallelPlanesException extends GeometryException
Exception raised when providing parallel planes.
See Also:
  • Constructor Details

    • ParallelPlanesException

      public ParallelPlanesException()
      Constructor.
    • ParallelPlanesException

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

      public ParallelPlanesException(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.
    • ParallelPlanesException

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