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 Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext, params -
Constructor Summary
ConstructorsConstructorDescriptionModelException(String aErrorCode, String message) ModelException(String aErrorCode, String message, Exception e) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorCode, setErrorContext, setErrorParametersMethods inherited from class java.lang.Throwable
addSuppressed, 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:
-
INVALID_ID
- See Also:
-
-
Constructor Details
-
ModelException
-
ModelException
-