Package org.imixs.workflow.exceptions
Klasse ModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.ModelException
- Alle implementierten Schnittstellen:
Serializable
An ModelException should be thrown by a service component if a model entity
is invalid or does not exist
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringVon Klasse geerbte Felder org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext, params -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungModelException(String aErrorCode, String message) ModelException(String aErrorCode, String message, Exception e) -
Methodenübersicht
Von Klasse geerbte Methoden org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorCode, setErrorContext, setErrorParametersVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
INVALID_MODEL
- Siehe auch:
-
INVALID_MODEL_ENTRY
- Siehe auch:
-
UNDEFINED_MODEL_ENTRY
- Siehe auch:
-
UNDEFINED_MODEL_VERSION
- Siehe auch:
-
AMBIGUOUS_MODEL_ENTRY
- Siehe auch:
-
INVALID_ID
- Siehe auch:
-
-
Konstruktordetails
-
ModelException
-
ModelException
-