Class NotSupportedException

All Implemented Interfaces:
Serializable

public class NotSupportedException extends GeometryException
Raised when a given feature is not supported.
See Also:
  • Constructor Details

    • NotSupportedException

      public NotSupportedException()
      Constructor.
    • NotSupportedException

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

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

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