Class | Description |
---|---|
ExceptionHandler<T extends Throwable,R> |
Abstract base class for handling certain type of exception
|
ExceptionHandlerRegistry<R> |
Central registry to manage different kinds of exceptions thrown to Buck Main class level, which
will unwrap the exceptions when necessary to make exceptions more friendly and readable to users
|
ExceptionHandlerRegistryFactory |
Util class for creating an
ExceptionHandlerRegistry with the default defaultHandlers |