org.apache.tapestry5.ioc.services
Interface ExceptionAnalysis

All Known Implementing Classes:
ExceptionAnalysisImpl

public interface ExceptionAnalysis

An analysis of an exception (including nested exceptions).

TODO: Make serializable and/or convert to XML format.


Method Summary
 List<ExceptionInfo> getExceptionInfos()
          Returns the analyzed exception info for each exception.
 

Method Detail

getExceptionInfos

List<ExceptionInfo> getExceptionInfos()
Returns the analyzed exception info for each exception. The are ordered outermost exception to innermost.



Copyright © 2003-2012 The Apache Software Foundation.