org.camunda.bpm.engine.impl.cmmn.transformer
Class CmmnTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.impl.cmmn.transformer.CmmnTransformException
All Implemented Interfaces:
Serializable

public class CmmnTransformException
extends ProcessEngineException

Exception throw for errors during the transformation of a cmmn model.

See Also:
Serialized Form

Constructor Summary
CmmnTransformException(String message)
           
CmmnTransformException(String message, Throwable cause)
           
 
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

CmmnTransformException

public CmmnTransformException(String message,
                              Throwable cause)

CmmnTransformException

public CmmnTransformException(String message)


Copyright © 2016 camunda services GmbH. All rights reserved.