Interface ExceptionTransformation


  • public interface ExceptionTransformation
    Represents a transformation between Throwables.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Throwable transform​(java.lang.Throwable throwable)
      Transforms an input throwable to an output throwable.
    • Method Detail

      • transform

        java.lang.Throwable transform​(java.lang.Throwable throwable)
        Transforms an input throwable to an output throwable.

        If no transformation is applied this must return the input throwable.