Package org.imixs.workflow.exceptions
Class ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.ModelException
- All Implemented Interfaces:
- Serializable
An ModelException should be thrown by a service component if a model entity
 is invalid or does not exist
- Author:
- rsoika
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.imixs.workflow.exceptions.WorkflowExceptionerrorCode, errorContext, params
- 
Constructor SummaryConstructorsConstructorDescriptionModelException(String aErrorCode, String message) ModelException(String aErrorCode, String message, Exception e) 
- 
Method SummaryMethods inherited from class org.imixs.workflow.exceptions.WorkflowExceptionformatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorCode, setErrorContext, setErrorParametersMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
INVALID_MODEL- See Also:
 
- 
INVALID_MODEL_ENTRY- See Also:
 
- 
UNDEFINED_MODEL_ENTRY- See Also:
 
- 
UNDEFINED_MODEL_VERSION- See Also:
 
- 
AMBIGUOUS_MODEL_ENTRY- See Also:
 
 
- 
- 
Constructor Details- 
ModelException
- 
ModelException
 
-