Interface ExceptionTransformation
public interface ExceptionTransformation
Represents a transformation between
Throwables.-
Method Summary
-
Method Details
-
transform
Transforms an input throwable to an output throwable.If no transformation is applied this must return the input throwable.
-