Class DefaultExceptionHandler


  • public class DefaultExceptionHandler
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RUNTIME_EXCEPTION_HANDLER

        public static final java.util.function.Consumer<java.lang.RuntimeException> RUNTIME_EXCEPTION_HANDLER
      • RUNTIME_ERROR_HANDLER

        public static final java.util.function.Consumer<java.lang.Error> RUNTIME_ERROR_HANDLER
    • Constructor Detail

      • DefaultExceptionHandler

        public DefaultExceptionHandler()