Uses of Class
org.camunda.bpm.model.xml.ModelException
-
Packages that use ModelException Package Description org.camunda.bpm.model.xml org.camunda.bpm.model.xml.impl.util -
-
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
-