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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext, params
-
Constructor Summary
ConstructorDescriptionModelException
(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, setErrorParameters
Methods 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:
-
-
Constructor Details
-
ModelException
-
ModelException
-