Uses of Class
de.xima.fc.exceptions.AbstractAbruptCompletionException.Builder
-
Packages that use AbstractAbruptCompletionException.Builder Package Description de.xima.fc.exceptions Package für allgemeine Exceptions -
-
Uses of AbstractAbruptCompletionException.Builder in de.xima.fc.exceptions
Classes in de.xima.fc.exceptions with type parameters of type AbstractAbruptCompletionException.Builder Modifier and Type Class Description static class
AbstractAbruptCompletionException.Builder<Self extends AbstractAbruptCompletionException.Builder>
A simple builder for anAbstractAbruptCompletionException
Subclasses of AbstractAbruptCompletionException.Builder in de.xima.fc.exceptions Modifier and Type Class Description static class
AbstractSuccessAbruptCompletionException.Builder<Self extends AbstractSuccessAbruptCompletionException.Builder>
A simple builder for configuring aNodeReturnedException
.static class
NodeReturnedException.Builder
A simple builder for configuring aNodeReturnedException
.static class
NodeThrewException.Builder
A simple builder for configuring aNodeThrewException
.static class
NodeTransferredControlException.Builder
A simple builder for configuring aNodeTransferredControlException
.Constructors in de.xima.fc.exceptions with parameters of type AbstractAbruptCompletionException.Builder Constructor Description AbstractAbruptCompletionException(AbstractAbruptCompletionException.Builder<?> builder)
Creates a new exception with the given data for a node that wants to end abruptly by throwing.
-