Class CRCDisabledException

All Implemented Interfaces:
Serializable

public class CRCDisabledException extends GeometryIOException
Raised if attempting to retrieve a CRC value when such an option is not enabled.
See Also:
  • Constructor Details

    • CRCDisabledException

      public CRCDisabledException()
      Constructor.
    • CRCDisabledException

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

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

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