Class ThrowExceptionFunction.Native.ForJava7

java.lang.Object
io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.Abst
org.burningwave.jvm.function.catalog.ThrowExceptionFunction.Native.ForJava7
All Implemented Interfaces:
io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction, io.github.toolfactory.jvm.function.template.Consumer<Throwable>, ThrowExceptionFunction, ThrowExceptionFunction.Native
Enclosing interface:
ThrowExceptionFunction.Native

public static class ThrowExceptionFunction.Native.ForJava7 extends io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.Abst implements ThrowExceptionFunction.Native
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction

    io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.Abst, io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.ForJava7, io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.Native

    Nested classes/interfaces inherited from interface org.burningwave.jvm.function.catalog.ThrowExceptionFunction

    ThrowExceptionFunction.Native

    Nested classes/interfaces inherited from interface org.burningwave.jvm.function.catalog.ThrowExceptionFunction.Native

    ThrowExceptionFunction.Native.ForJava7
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Throwable exception)
     

    Methods inherited from class io.github.toolfactory.jvm.function.catalog.ThrowExceptionFunction.Abst

    apply, apply, apply

    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.catalog.ThrowExceptionFunction

    apply, apply, apply
  • Constructor Details

  • Method Details

    • accept

      public void accept(Throwable exception)
      Specified by:
      accept in interface io.github.toolfactory.jvm.function.template.Consumer<Throwable>