Package org.imixs.workflow.faces.util
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.faces.util.ValidationException
- All Implemented Interfaces:
Serializable
public class ValidationException
extends org.imixs.workflow.exceptions.WorkflowException
A ValidationException should be thrown by a JSF managed bean or CDI bean
- Author:
- rsoika
- See Also:
-
PluginException- Serialized Form
-
Field Summary
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext -
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String aErrorContext, String aErrorCode, String message) ValidationException(String aErrorContext, String aErrorCode, String message, Exception e) ValidationException(String aErrorContext, String aErrorCode, String message, Object[] params) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
getErrorCode, getErrorContext, setErrorCode, setErrorContextMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-
ValidationException
-
-
Method Details
-
getErrorParameters
-
setErrorParameters
-