org.apache.tapestry5.ioc.services
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
 ExceptionAnalysis analyze(Throwable rootException)
           
 

Method Detail

analyze

ExceptionAnalysis analyze(Throwable rootException)


Copyright © 2003-2012 The Apache Software Foundation.