Class RuntimeExceptionThrower<E extends java.lang.Exception>

  • All Implemented Interfaces:
    java.util.function.Consumer<E>, ExceptionHandler<E>

    public class RuntimeExceptionThrower<E extends java.lang.Exception>
    extends java.lang.Object
    implements ExceptionHandler<E>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleException​(java.lang.Exception ex)  
      • Methods inherited from class java.lang.Object

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

        andThen
    • Constructor Detail

      • RuntimeExceptionThrower

        public RuntimeExceptionThrower()
    • Method Detail

      • handleException

        public void handleException​(java.lang.Exception ex)
        Specified by:
        handleException in interface ExceptionHandler<E extends java.lang.Exception>