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 ExceptionAnalysisanalyze(Throwable rootException) 
 - 
 
- 
- 
Method Detail
- 
analyze
ExceptionAnalysis analyze(Throwable rootException)
 
 - 
 
 -