org.camunda.bpm.model.cmmn
Class CmmnModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.model.xml.ModelException
                  extended by org.camunda.bpm.model.cmmn.CmmnModelException
All Implemented Interfaces:
Serializable

public class CmmnModelException
extends org.camunda.bpm.model.xml.ModelException

Author:
Roman Smirnov
See Also:
Serialized Form

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

CmmnModelException

public CmmnModelException()

CmmnModelException

public CmmnModelException(String message,
                          Throwable cause)

CmmnModelException

public CmmnModelException(String message)

CmmnModelException

public CmmnModelException(Throwable cause)


Copyright © 2016 camunda services GmbH. All rights reserved.