org.camunda.bpm.engine
Class BpmnParseException

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

public class BpmnParseException
extends ProcessEngineException

Exception during the parsing of an BPMN model.

See Also:
Serialized Form

Field Summary
protected  Element element
           
 
Constructor Summary
BpmnParseException(String message, Element element)
           
BpmnParseException(String message, Element element, Throwable cause)
           
 
Method Summary
 Element getElement()
           
 
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
 

Field Detail

element

protected Element element
Constructor Detail

BpmnParseException

public BpmnParseException(String message,
                          Element element)

BpmnParseException

public BpmnParseException(String message,
                          Element element,
                          Throwable cause)
Method Detail

getElement

public Element getElement()


Copyright © 2017 camunda services GmbH. All rights reserved.