Interface ExceptionTransformation


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

    Modifier and Type
    Method
    Description
    transform(Throwable throwable)
    Transforms an input throwable to an output throwable.
  • Method Details

    • transform

      Throwable transform(Throwable throwable)
      Transforms an input throwable to an output throwable.

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