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
public class UnsupportedModelOperationException extends UnsupportedOperationException
Exception thrown if a user attempts to perform an unsupported model operation. Example: callCollection.add(Object)
on an immutable collection.- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedModelOperationException(String operationName, String reason)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-