org.camunda.bpm.model.xml
Class UnsupportedModelOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by 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

Constructor Summary
UnsupportedModelOperationException(String operationName, String reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String operationName,
                                          String reason)


Copyright © 2016 camunda services GmbH. All rights reserved.