Class ExceptionAnalyzerImpl
- java.lang.Object
-
- org.apache.tapestry5.ioc.internal.services.ExceptionAnalyzerImpl
-
- All Implemented Interfaces:
ExceptionAnalyzer
public class ExceptionAnalyzerImpl extends java.lang.Object implements ExceptionAnalyzer
-
-
Constructor Summary
Constructors Constructor Description ExceptionAnalyzerImpl(PropertyAccess propertyAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionAnalysis
analyze(java.lang.Throwable rootException)
-
-
-
Constructor Detail
-
ExceptionAnalyzerImpl
public ExceptionAnalyzerImpl(PropertyAccess propertyAccess)
-
-
Method Detail
-
analyze
public ExceptionAnalysis analyze(java.lang.Throwable rootException)
- Specified by:
analyze
in interfaceExceptionAnalyzer
-
-