Class UnsupportedModelOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedModelOperationException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedModelOperationException

        public UnsupportedModelOperationException​(java.lang.String operationName,
                                                  java.lang.String reason)