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.String
toString()
-
-
-
Constructor Detail
-
ExceptionAnalysisImpl
public ExceptionAnalysisImpl(List<ExceptionInfo> infos)
-
-
Method Detail
-
getExceptionInfos
public List<ExceptionInfo> getExceptionInfos()
Description copied from interface:ExceptionAnalysis
Returns the analyzed exception info for each exception. The are ordered outermost exception to innermost.- Specified by:
getExceptionInfos
in interfaceExceptionAnalysis
-
-