Interface ThrowExceptionFunction
-
- All Superinterfaces:
Consumer<java.lang.Throwable>
- All Known Implementing Classes:
ThrowExceptionFunction.Abst
public interface ThrowExceptionFunction extends Consumer<java.lang.Throwable>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ThrowExceptionFunction.Abst
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
apply(int startingLevel, java.lang.String message, java.lang.Object... placeHolderReplacements)
<T> T
apply(java.lang.String message, java.lang.Object... placeHolderReplacements)
<T> T
apply(java.lang.Throwable exception)
-