org.camunda.bpm.model.bpmn
Class BpmnModelException

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.bpmn.BpmnModelException
All Implemented Interfaces:
Serializable

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

A RuntimeException in the Bpmn Model.

Author:
Daniel Meyer
See Also:
Serialized Form

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

BpmnModelException

public BpmnModelException()

BpmnModelException

public BpmnModelException(String message,
                          Throwable cause)

BpmnModelException

public BpmnModelException(String message)

BpmnModelException

public BpmnModelException(Throwable cause)


Copyright © 2017 camunda services GmbH. All rights reserved.