Uses of Class
de.xima.fc.exceptions.AbstractSuccessAbruptCompletionException
-
Packages that use AbstractSuccessAbruptCompletionException Package Description de.xima.fc.exceptions Package für allgemeine Exceptions -
-
Uses of AbstractSuccessAbruptCompletionException in de.xima.fc.exceptions
Subclasses of AbstractSuccessAbruptCompletionException in de.xima.fc.exceptions Modifier and Type Class Description class
NodeReturnedException
Used by a node to indicate that the node completed abruptly by issuing a return statement.class
NodeTransferredControlException
Used 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.
-