Interface ExceptionTransformation
-
public interface ExceptionTransformationRepresents a transformation betweenThrowables.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Throwabletransform(java.lang.Throwable throwable)Transforms an input throwable to an output throwable.
-