org.camunda.bpm.model.xml
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.model.xml.ModelException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ModelParseException, ModelReferenceException, ModelTypeException, ModelValidationException, WrongDocumentException
public class ModelException
- extends RuntimeException
An Exception in the Core XML Model.
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModelException
public ModelException()
ModelException
public ModelException(String message,
Throwable cause)
ModelException
public ModelException(String message)
ModelException
public ModelException(Throwable cause)
Copyright © 2016 camunda services GmbH. All rights reserved.