Uses of Class
org.camunda.bpm.model.xml.ModelException
-
Packages that use ModelException Package Description org.camunda.bpm.model.bpmn org.camunda.bpm.model.cmmn org.camunda.bpm.model.dmn org.camunda.bpm.model.xml org.camunda.bpm.model.xml.impl.util -
-
Uses of ModelException in org.camunda.bpm.model.bpmn
Subclasses of ModelException in org.camunda.bpm.model.bpmn Modifier and Type Class Description class
BpmnModelException
ARuntimeException
in the Bpmn Model. -
Uses of ModelException in org.camunda.bpm.model.cmmn
Subclasses of ModelException in org.camunda.bpm.model.cmmn Modifier and Type Class Description class
CmmnModelException
-
Uses of ModelException in org.camunda.bpm.model.dmn
Subclasses of ModelException in org.camunda.bpm.model.dmn Modifier and Type Class Description class
DmnModelException
-
Uses of ModelException in org.camunda.bpm.model.xml
Subclasses of ModelException in org.camunda.bpm.model.xml Modifier and Type Class Description class
ModelParseException
Thrown when an error is encountered during XML parsingclass
ModelReferenceException
Thrown when an error is encountered during reference resolving.class
ModelValidationException
Thrown when an error is encountered during the model validation. -
Uses of ModelException in org.camunda.bpm.model.xml.impl.util
Subclasses of ModelException in org.camunda.bpm.model.xml.impl.util Modifier and Type Class Description class
ModelTypeException
Thrown in case a value cannot be converted to or from the requested typeclass
WrongDocumentException
Thrown when a Model Element is added to the wrong document
-