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 classThrowExceptionFunction.Abst
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Tapply(int startingLevel, java.lang.String message, java.lang.Object... placeHolderReplacements)<T> Tapply(java.lang.String message, java.lang.Object... placeHolderReplacements)<T> Tapply(java.lang.Throwable exception)
-