Uses of Class
org.imixs.workflow.exceptions.WorkflowException
Package
Description
-
Uses of WorkflowException in org.imixs.workflow.engine.scheduler
Modifier and TypeClassDescriptionclass
The SchedulerException is thrown from the generic scheduler service -
Uses of WorkflowException in org.imixs.workflow.exceptions
Modifier and TypeClassDescriptionclass
An AdapterException is thrown by an Imixs-Workflow Adapter implementationclass
An ModelException should be thrown by a service component if a model entity is invalid or does not existclass
A PluginException is thrown by an Imixs-Workflow plugin implementation.class
The QueryException is thrown in case a search query can not be pased. -
Uses of WorkflowException in org.imixs.workflow.faces.util
Modifier and TypeClassDescriptionclass
A ValidationException should be thrown by a JSF managed bean or CDI beanModifier and TypeMethodDescriptionstatic void
ErrorHandler.addErrorMessage
(WorkflowException pe) This helper method adds a error message to the faces context, based on the data in a WorkflowException.