Class ThrowExceptionFunction.Abst
- java.lang.Object
-
- io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.Abst
-
- All Implemented Interfaces:
ThrowExceptionFunction,Consumer<java.lang.Throwable>
- Enclosing interface:
- ThrowExceptionFunction
public abstract static class ThrowExceptionFunction.Abst extends java.lang.Object implements ThrowExceptionFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction
ThrowExceptionFunction.Abst
-
-
Constructor Summary
Constructors Constructor Description Abst()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tapply(int stackTraceStartingLevel, java.lang.String message, java.lang.Object... placeHolderReplacements)<T> Tapply(java.lang.String message, java.lang.Object... placeHolderReplacements)<T> Tapply(java.lang.Throwable exception)
-
-
-
Method Detail
-
apply
public <T> T apply(java.lang.Throwable exception)
- Specified by:
applyin interfaceThrowExceptionFunction
-
apply
public <T> T apply(java.lang.String message, java.lang.Object... placeHolderReplacements)- Specified by:
applyin interfaceThrowExceptionFunction
-
apply
public <T> T apply(int stackTraceStartingLevel, java.lang.String message, java.lang.Object... placeHolderReplacements)- Specified by:
applyin interfaceThrowExceptionFunction
-
-