Class ThrowExceptionFunction.Abst

    • Constructor Summary

      Constructors 
      Constructor Description
      Abst()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T apply​(int stackTraceStartingLevel, 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.github.toolfactory.jvm.function.template.Consumer

        accept
    • Constructor Detail

      • Abst

        public Abst()
    • Method Detail

      • apply

        public <T> T apply​(java.lang.String message,
                           java.lang.Object... placeHolderReplacements)
        Specified by:
        apply in interface ThrowExceptionFunction
      • apply

        public <T> T apply​(int stackTraceStartingLevel,
                           java.lang.String message,
                           java.lang.Object... placeHolderReplacements)
        Specified by:
        apply in interface ThrowExceptionFunction