Interface ExceptionMapper<E extends Throwable>

All Known Implementing Classes:
DefaultExceptionMapper

public interface ExceptionMapper<E extends Throwable>
Translates a throwable to another one.
  • Method Details

    • mapException

      E mapException(Throwable throwable)
    • getTargetType

      Class<E> getTargetType()