Package org.imixs.workflow.exceptions
Klasse WorkflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
AdapterException,ModelException,PluginException,QueryException,SchedulerException,ValidationException
WorkflowException is the abstract super class for all Imixs Workflow
Exception classes. A WorkflowException signals an error in the business
logic. WorkflowExceptions need to be caught.
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungWorkflowException(String aErrorCode, String message) WorkflowException(String aErrorCode, String message, Exception e) WorkflowException(String aErrorContext, String aErrorCode, String message) WorkflowException(String aErrorContext, String aErrorCode, String message, Exception e) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungformatErrorMessageWithParameters(String message) Object[]voidsetErrorCode(String errorCode) voidsetErrorContext(String errorContext) protected voidsetErrorParameters(Object[] aparams) Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
errorContext
-
errorCode
-
params
-
-
Konstruktordetails
-
WorkflowException
-
WorkflowException
-
WorkflowException
-
WorkflowException
-
-
Methodendetails
-
getErrorContext
-
setErrorContext
-
getErrorCode
-
setErrorCode
-
getErrorParameters
-
setErrorParameters
-
formatErrorMessageWithParameters
-