Class UnsupportedModelOperationException

All Implemented Interfaces:
Serializable

public class UnsupportedModelOperationException extends UnsupportedOperationException
Exception thrown if a user attempts to perform an unsupported model operation. Example: call Collection.add(Object) on an immutable collection.
Author:
Daniel Meyer
See Also:
  • Constructor Details

    • UnsupportedModelOperationException

      public UnsupportedModelOperationException(String operationName, String reason)