Verwendungen von Klasse
org.imixs.workflow.exceptions.WorkflowException
Packages, die WorkflowException verwenden
Package
Beschreibung
-
Verwendungen von WorkflowException in org.imixs.workflow.engine.scheduler
Unterklassen von WorkflowException in org.imixs.workflow.engine.schedulerModifizierer und TypKlasseBeschreibungclassThe SchedulerException is thrown from the generic scheduler service -
Verwendungen von WorkflowException in org.imixs.workflow.exceptions
Unterklassen von WorkflowException in org.imixs.workflow.exceptionsModifizierer und TypKlasseBeschreibungclassAn AdapterException is thrown by an Imixs-Workflow Adapter implementationclassAn ModelException should be thrown by a service component if a model entity is invalid or does not existclassA PluginException is thrown by an Imixs-Workflow plugin implementation.classThe QueryException is thrown in case a search query can not be pased. -
Verwendungen von WorkflowException in org.imixs.workflow.faces.util
Unterklassen von WorkflowException in org.imixs.workflow.faces.utilModifizierer und TypKlasseBeschreibungclassA ValidationException should be thrown by a JSF managed bean or CDI beanMethoden in org.imixs.workflow.faces.util mit Parametern vom Typ WorkflowExceptionModifizierer und TypMethodeBeschreibungstatic voidErrorHandler.addErrorMessage(WorkflowException pe) This helper method adds a error message to the faces context, based on the data in a WorkflowException.