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: call Collection.add(Object) on an
immutable collection.
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedModelOperationException
public UnsupportedModelOperationException(String operationName,
String reason)
Copyright © 2016 camunda services GmbH. All rights reserved.