Interface IExceptionHandler

  • All Superinterfaces:
    IHandler<java.lang.Throwable,​java.lang.RuntimeException>
    All Known Implementing Classes:
    InternalExceptionHandler

    public interface IExceptionHandler
    extends IHandler<java.lang.Throwable,​java.lang.RuntimeException>
    • Method Summary

      • Methods inherited from interface net.anwiba.commons.lang.functional.IHandler

        handle