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 classBpmnModelExceptionARuntimeExceptionin 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 classCmmnModelException -
Uses of ModelException in org.camunda.bpm.model.dmn
Subclasses of ModelException in org.camunda.bpm.model.dmn Modifier and Type Class Description classDmnModelException -
Uses of ModelException in org.camunda.bpm.model.xml
Subclasses of ModelException in org.camunda.bpm.model.xml Modifier and Type Class Description classModelParseExceptionThrown when an error is encountered during XML parsingclassModelReferenceExceptionThrown when an error is encountered during reference resolving.classModelValidationExceptionThrown 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 classModelTypeExceptionThrown in case a value cannot be converted to or from the requested typeclassWrongDocumentExceptionThrown when a Model Element is added to the wrong document
-