| Class | Description |
|---|---|
| Chainer<N,T extends N,C extends Chainer<N,T,C>> |
Base class for chaining throwing interfaces
|
| Throwing |
Class to invoke throwing instance chains
|
| Exception | Description |
|---|---|
| Chainer.InstantiationException |
Exception thrown when an instance of an exception class cannot be built
|
| ThrownByLambdaException |
Default exception thrown when a lambda throws a checked exception
|