Interface ErrorCauseExtractor


  • public interface ErrorCauseExtractor
    Extractor of the root cause of a Throwable. When instrumenting a library which wraps user exceptions with a framework exception, generally for propagating checked exceptions across unchecked boundaries, it is recommended to override this to unwrap back to the user exception.