Class ThrowExceptionFunction

java.lang.Object
io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction
All Implemented Interfaces:
Consumer<Throwable>
Direct Known Subclasses:
ThrowExceptionFunction.ForJava7, ThrowExceptionFunction.Native

public abstract class ThrowExceptionFunction
extends Object
implements Consumer<Throwable>
  • Constructor Details

    • ThrowExceptionFunction

      public ThrowExceptionFunction()
  • Method Details

    • apply

      public <T> T apply​(Object exceptionOrMessage, Object... placeHolderReplacements)