Interface InitializerErrorHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Author:
- Pierre Lecerf ([email protected])
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionhandle
(Exception exception, LocalContext context, UIDGenerator generator) static InitializerErrorHandler
rethrowAllExcept
(InitializerErrorHandler wrapper, Class<? extends Throwable>... except) static InitializerErrorHandler
rethrowAllExcept
(InitializerErrorHandler wrapper, Collection<Class<? extends Throwable>> except)
-
Field Details
-
RETHROW_ALL
-
-
Method Details
-
handle
Indexable handle(Exception exception, LocalContext context, UIDGenerator generator) throws Exception - Throws:
Exception
-
rethrowAllExcept
@SafeVarargs static InitializerErrorHandler rethrowAllExcept(InitializerErrorHandler wrapper, Class<? extends Throwable>... except) -
rethrowAllExcept
static InitializerErrorHandler rethrowAllExcept(InitializerErrorHandler wrapper, Collection<Class<? extends Throwable>> except)
-