Package org.apache.tapestry.error

Defines various services / utilies for error reporting.

See:
          Description

Interface Summary
ExceptionPresenter Invoked by the IEngine if there's an uncaught exception (checked or runtime) processing a request.
RequestExceptionReporter Service responsible for producing console output when there is an error processing the request (and the normal Exception page can not be displayed).
StaleLinkExceptionPresenter Service interface for informing the user about a StaleLinkException.
StaleSessionExceptionPresenter Interface for a service used to report stale session exceptions.
 

Class Summary
ErrorMessages  
ExceptionPresenterImpl  
RequestExceptionReporterImpl  
StaleLinkExceptionPresenterImpl Implementation of StaleLinkExceptionPresenter that uses a page to present the exception.
StaleSessionExceptionPresenterImpl Used to activate a particular page to report the StaleSessionException.
 

Package org.apache.tapestry.error Description

Defines various services / utilies for error reporting.

Author:
Howard Lewis Ship hlship@apache.org


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