org.apache.tapestry5.ioc.internal.services
Class ExceptionAnalysisImpl

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.ExceptionAnalysisImpl
All Implemented Interfaces:
ExceptionAnalysis

public class ExceptionAnalysisImpl
extends Object
implements ExceptionAnalysis


Constructor Summary
ExceptionAnalysisImpl(List<ExceptionInfo> infos)
           
 
Method Summary
 List<ExceptionInfo> getExceptionInfos()
          Returns the analyzed exception info for each exception.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 interface ExceptionAnalysis

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 The Apache Software Foundation.