Uses of Class
org.camunda.bpm.engine.BpmnParseException
-
Packages that use BpmnParseException Package Description org.camunda.bpm.engine.impl.util.xml org.camunda.bpm.engine.impl.xml -
-
Uses of BpmnParseException in org.camunda.bpm.engine.impl.util.xml
Methods in org.camunda.bpm.engine.impl.util.xml with parameters of type BpmnParseException Modifier and Type Method Description void
Parse. addError(BpmnParseException e)
void
Parse. addError(BpmnParseException e, String elementId)
-
Uses of BpmnParseException in org.camunda.bpm.engine.impl.xml
Constructors in org.camunda.bpm.engine.impl.xml with parameters of type BpmnParseException Constructor Description ProblemImpl(BpmnParseException exception)
ProblemImpl(BpmnParseException exception, String elementId)
-