Uses of Class
de.xima.fc.exceptions.WorkflowProcessingException
Packages that use WorkflowProcessingException
Package
Description
Package für allgemeine Exceptions
- 
Uses of WorkflowProcessingException in de.xima.fc.bl.fdv.processing
Methods in de.xima.fc.bl.fdv.processing that throw WorkflowProcessingExceptionModifier and TypeMethodDescriptionVerarbeitungDbSQLQuery.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.final IProcessingResultAVerarbeitung.execute(IWorkflowProcessingContext wfpc, Aktion aktionInProcess) Deprecated.calls the internal exec mehtodProcessingWrapper.execute(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated. - 
Uses of WorkflowProcessingException in de.xima.fc.exceptions
Subclasses of WorkflowProcessingException in de.xima.fc.exceptionsModifier and TypeClassDescriptionclassIndicates that execution of a workflow node ended abruptly.classA particularIOExceptioncaused by an invalid file formatfinal classIndicates that an exception occurred during the execution of a workflow node.final classIndicates that a soft error occurred during the execution of a workflow node.final classIndicates that execution of a workflow node ended abruptly via a throw statement, including exceptions thrown by the workflow runtime engine.classException 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 WorkflowProcessingExceptionModifier and TypeMethodDescriptionIProcessing.execute(IWorkflowProcessingContext wfpc, Aktion aktion) Deprecated.Diese Methode dient dazu, die konkrete Aktionsverarbeitung zu implementieren.