Interface ThrowExceptionFunction

All Superinterfaces:
Consumer<Throwable>
All Known Implementing Classes:
ThrowExceptionFunction.Abst

public interface ThrowExceptionFunction extends Consumer<Throwable>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    apply(int startingLevel, String message, Object... placeHolderReplacements)
     
    <T> T
    apply(String message, Object... placeHolderReplacements)
     
    <T> T
    apply(Throwable exception)
     

    Methods inherited from interface io.github.toolfactory.jvm.function.template.Consumer

    accept
  • Method Details

    • apply

      <T> T apply(Throwable exception)
    • apply

      <T> T apply(String message, Object... placeHolderReplacements)
    • apply

      <T> T apply(int startingLevel, String message, Object... placeHolderReplacements)