Interface ExceptionWrapper<T extends Throwable>


public interface ExceptionWrapper<T extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    wrap(Throwable throwable)
     
  • Method Details