Class CheckedUnsupportedOperationException

Object
Throwable
Exception
AnchorCheckedException
CheckedUnsupportedOperationException
All Implemented Interfaces:
Serializable

public class CheckedUnsupportedOperationException extends AnchorCheckedException
When a particular operation is unsupported in particular circumstances.

In constrast to UnsupportedOperationException this is a checked, not a runtime exception.

Author:
Owen Feehan
See Also:
  • Constructor Details

    • CheckedUnsupportedOperationException

      public CheckedUnsupportedOperationException()
      Creates with a default message indicating that the operation is unsupported.
    • CheckedUnsupportedOperationException

      public CheckedUnsupportedOperationException(String message)
      Creates with a message explaining that the operation is unsupported.
      Parameters:
      message - the message.