Uses of Interface
de.xima.fc.exceptions.IXfcException
Packages that use IXfcException
Package
Description
Package für allgemeine Exceptions
-
Uses of IXfcException in de.xima.fc.exceptions
Subinterfaces of IXfcException in de.xima.fc.exceptionsModifier and TypeInterfaceDescriptioninterfaceException where theIXfcException.getMessageKey()points to a key in the form I18N messages.Classes in de.xima.fc.exceptions that implement IXfcExceptionModifier and TypeClassDescriptionclassIndicates that execution of a workflow node ended abruptly.classUsed by a node to indicate that the node completed abruptly by issuing a break or continue statement that jumps out of the current loop iteration.classDiese Klasse ist die Superklasse von denen alle neudefinierten Exceptions erben sollen.classDiese Klasse ist die Superklasse von denen alle neudefinierten Exceptions erben sollen.classWhen an error occurred in the AJAX upload servlet.classA particularIOExceptioncaused by an invalid file formatclassfinal classUsed by a node to indicate that the node completed abruptly by issuing a return statement.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.final classUsed by anodeto indicate that the node completed abruptly by issuing a control transfer statement.classfinal class'Checked Exception' für Probleme bei der Property-Verarbeitung.classfinal classAusnahme für fehlgeschlagene Validierungen.classThis exception is thrown when a workflow task or node could not be analyzed, seeIWorkflowFlowAnalysis.classException thrown by the workflow event runner.classDiese Exception tritt in der Workflowabarbeitung auf und wird von konkreten Aktionsverarbeitungen (IProcessing-Implementierungen) geworfen.classException thrown by the task runner when a task could not be executed.classThis exception is thrown when an error occurs during workflow validation.final classclassConstructors in de.xima.fc.exceptions with parameters of type IXfcExceptionModifierConstructorDescriptionAbstractXfcException(IXfcException xfcException) AbstractXfcRuntimeException(IXfcException xfcException) -
Uses of IXfcException in de.xima.fc.plugin.exception
Classes in de.xima.fc.plugin.exception that implement IXfcExceptionModifier and TypeClassDescriptionclassException welche innerhalb der Plugin-Initialisierung und Abarbeitung geworfen werden kann -
Uses of IXfcException in de.xima.fc.web.common.exception
Classes in de.xima.fc.web.common.exception that implement IXfcException