Uses of Class
org.apache.tapestry.util.exception.ExceptionDescription

Packages that use ExceptionDescription
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.pages Basic pages used for errors, stale links and stale sessions. 
org.apache.tapestry.util.exception A basic framework for analyzing a reporting exceptions. 
org.apache.tapestry.wml.pages WML style pages. 
 

Uses of ExceptionDescription in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return ExceptionDescription
 ExceptionDescription ExceptionDisplay.getException()
           
abstract  ExceptionDescription[] ExceptionDisplay.getExceptions()
           
 

Methods in org.apache.tapestry.html with parameters of type ExceptionDescription
 void ExceptionDisplay.setException(ExceptionDescription value)
          Each time the current exception is set, as a side effect, the evenOdd helper bean is reset to even.
 

Uses of ExceptionDescription in org.apache.tapestry.pages
 

Methods in org.apache.tapestry.pages with parameters of type ExceptionDescription
abstract  void Exception.setExceptions(ExceptionDescription[] exceptions)
          Transient property.
 

Uses of ExceptionDescription in org.apache.tapestry.util.exception
 

Methods in org.apache.tapestry.util.exception that return ExceptionDescription
 ExceptionDescription[] ExceptionAnalyzer.analyze(Throwable exception)
          Analyzes the exceptions.
 

Uses of ExceptionDescription in org.apache.tapestry.wml.pages
 

Methods in org.apache.tapestry.wml.pages that return ExceptionDescription
 ExceptionDescription[] WMLException.getExceptions()
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.