Class BpmnParseException

All Implemented Interfaces:
Serializable

public class BpmnParseException extends ProcessEngineException
Exception during the parsing of an BPMN model.
See Also:
  • Field Details

    • element

      protected Element element
  • Constructor Details

    • BpmnParseException

      public BpmnParseException(String message, Element element)
    • BpmnParseException

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

    • getElement

      public Element getElement()