Package org.camunda.bpm.model.xml
Class UnsupportedModelOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.camunda.bpm.model.xml.UnsupportedModelOperationException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedModelOperationException
-