Interface IExceptionUtils


public interface IExceptionUtils
IExceptionUtils Use this utils to manipulate Exceptions
  • Method Summary

    Modifier and Type
    Method
    Description
    Remove useless exceptions (invocation target, ...) from stack
  • Method Details

    • filterException

      Throwable filterException(Throwable exception)
      Remove useless exceptions (invocation target, ...) from stack
      Parameters:
      exception - the exception to filter
      Returns:
      the filtered exception