Interface ExceptionAnalyzer
-
- All Known Implementing Classes:
ExceptionAnalyzerImpl
public interface ExceptionAnalyzer
Analyzes an exception, providing an analysis. The analysis easily exposes properties of the exception, the stack trace, and nested exceptions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionAnalysis
analyze(Throwable rootException)
-
-
-
Method Detail
-
analyze
ExceptionAnalysis analyze(Throwable rootException)
-
-