Interface TomcatEmbeddedContext.DeferredStartupExceptions
- Enclosing class:
TomcatEmbeddedContext
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface that can be used to rethrow deferred startup exceptions.
- Since:
- 4.0.0
- Author:
- Phillip Webb, Andy Wilkinson
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TomcatEmbeddedContext.DeferredStartupExceptions
TomcatEmbeddedContext.DeferredStartupExceptions
that does nothing. -
Method Summary
Modifier and TypeMethodDescriptionvoid
rethrow()
Rethrow deferred startup exceptions if there are any.
-
Field Details
-
NONE
TomcatEmbeddedContext.DeferredStartupExceptions
that does nothing.
-
-
Method Details
-
rethrow
-