Class ExceptionAnalysisImpl
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
-
- All Implemented Interfaces:
ExceptionAnalysis
public class ExceptionAnalysisImpl extends java.lang.Object implements ExceptionAnalysis
-
-
Constructor Summary
Constructors Constructor Description ExceptionAnalysisImpl(java.util.List<ExceptionInfo> infos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ExceptionInfo>
getExceptionInfos()
Returns the analyzed exception info for each exception.java.lang.String
toString()
-
-
-
Constructor Detail
-
ExceptionAnalysisImpl
public ExceptionAnalysisImpl(java.util.List<ExceptionInfo> infos)
-
-
Method Detail
-
getExceptionInfos
public java.util.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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-