Interface IExceptionHandler

All Superinterfaces:
IHandler<Throwable,RuntimeException>
All Known Implementing Classes:
InternalExceptionHandler

public interface IExceptionHandler extends IHandler<Throwable,RuntimeException>
  • Method Summary

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

    handle