Class NotLocusException

All Implemented Interfaces:
Serializable

public class NotLocusException extends GeometryException
Raised when using objects (e.g. points) that are not locus of another geometric structure.
See Also:
  • Constructor Details

    • NotLocusException

      public NotLocusException()
      Constructor.
    • NotLocusException

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

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

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