Class ContextException.ContextConsumer

  • All Implemented Interfaces:
    java.util.function.Consumer<java.lang.Throwable>
    Enclosing class:
    ContextException

    public static class ContextException.ContextConsumer
    extends java.lang.Object
    implements java.util.function.Consumer<java.lang.Throwable>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(java.lang.Throwable throwable)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Method Detail

      • accept

        public void accept​(java.lang.Throwable throwable)
        Specified by:
        accept in interface java.util.function.Consumer<java.lang.Throwable>