Uses of Interface
org.refcodes.exception.ExceptionHandlerAccessor.ExceptionHandlerBuilder
-
-
Uses of ExceptionHandlerAccessor.ExceptionHandlerBuilder in org.refcodes.exception
Classes in org.refcodes.exception with type parameters of type ExceptionHandlerAccessor.ExceptionHandlerBuilder Modifier and Type Interface Description static interface
ExceptionHandlerAccessor.ExceptionHandlerBuilder<EXC extends Throwable,B extends ExceptionHandlerAccessor.ExceptionHandlerBuilder<EXC,B>>
Provides a builder method for a exception handler property returning the builder for applying multiple build operations.
-