Class ExceptionAnalysisImpl
- java.lang.Object
 - 
- org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
 
 
- 
- All Implemented Interfaces:
 ExceptionAnalysis
public class ExceptionAnalysisImpl extends Object implements ExceptionAnalysis
 
- 
- 
Constructor Summary
Constructors Constructor Description ExceptionAnalysisImpl(List<ExceptionInfo> infos) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExceptionInfo>getExceptionInfos()Returns the analyzed exception info for each exception.StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
ExceptionAnalysisImpl
public ExceptionAnalysisImpl(List<ExceptionInfo> infos)
 
 - 
 
- 
Method Detail
- 
getExceptionInfos
public List<ExceptionInfo> getExceptionInfos()
Description copied from interface:ExceptionAnalysisReturns the analyzed exception info for each exception. The are ordered outermost exception to innermost.- Specified by:
 getExceptionInfosin interfaceExceptionAnalysis
 
 - 
 
 -