Uses of Class
de.xima.fc.exceptions.WorkflowProcessingException
- 
Packages that use WorkflowProcessingException Package Description de.xima.fc.bl.fdv.processing de.xima.fc.exceptions Package für allgemeine Exceptionsde.xima.fc.interfaces.processing  - 
- 
Uses of WorkflowProcessingException in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that throw WorkflowProcessingException Modifier and Type Method Description IProcessingResultVerarbeitungDbSQLQuery. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.protected IProcessingResultVerarbeitungWriteToFile. exec(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated.Writes the file contents to a file with the specified export name.IProcessingResultAVerarbeitung. execute(IWorkflowProcessingContext wfpc, Aktion aktionInProcess)Deprecated.calls the internal exec mehtodIProcessingResultProcessingWrapper. execute(IWorkflowProcessingContext wfpc, Aktion aktion)Deprecated. - 
Uses of WorkflowProcessingException in de.xima.fc.exceptions
Subclasses of WorkflowProcessingException in de.xima.fc.exceptions Modifier and Type Class Description classAbstractAbruptCompletionExceptionIndicates that execution of a workflow node ended abruptly.classFileFormatExceptionA particularIOExceptioncaused by an invalid file formatclassNodeReturnedExceptionIndicates that an exception occurred during the execution of a workflow node.classNodeSoftErrorExceptionIndicates that a soft error occurred during the execution of a workflow node.classNodeThrewExceptionIndicates that execution of a workflow node ended abruptly via a throw statement, including exceptions thrown by the workflow runtime engine.classWorkflowTaskExecutionExceptionException thrown by the task runner when a task could not be executed. - 
Uses of WorkflowProcessingException in de.xima.fc.interfaces.processing
Methods in de.xima.fc.interfaces.processing that throw WorkflowProcessingException Modifier and Type Method Description IProcessingResultIProcessing. execute(IWorkflowProcessingContext wfpc, Aktion aktion)Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren. 
 -