Package org.camunda.bpm.engine
Class BpmnParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.engine.ProcessEngineException
org.camunda.bpm.engine.BpmnParseException
- All Implemented Interfaces:
 Serializable
Exception during the parsing of an BPMN model.
- See Also:
 
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.ProcessEngineException
code - 
Constructor Summary
ConstructorsConstructorDescriptionBpmnParseException(String message, Element element) BpmnParseException(String message, Element element, Throwable cause)  - 
Method Summary
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
element
 
 - 
 - 
Constructor Details
- 
BpmnParseException
 - 
BpmnParseException
 
 - 
 - 
Method Details
- 
getElement
 
 -