Class 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
    • Constructor Detail

      • ValidationException

        public ValidationException​(String aErrorContext,
                                   String aErrorCode,
                                   String message)
      • ValidationException

        public ValidationException​(String aErrorContext,
                                   String aErrorCode,
                                   String message,
                                   Object[] params)
    • Method Detail

      • getErrorParameters

        public Object[] getErrorParameters()
      • setErrorParameters

        protected void setErrorParameters​(Object[] aparams)