Uses of Interface
org.apache.tapestry.error.ExceptionPresenter

Packages that use ExceptionPresenter
org.apache.tapestry.error   
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of ExceptionPresenter in org.apache.tapestry.error
 

Classes in org.apache.tapestry.error that implement ExceptionPresenter
 class ExceptionPresenterImpl
           
 

Uses of ExceptionPresenter in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return ExceptionPresenter
 ExceptionPresenter Infrastructure.getExceptionPresenter()
          Responsible for presenting an exception error report to the user.
 

Uses of ExceptionPresenter in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return ExceptionPresenter
 ExceptionPresenter InfrastructureImpl.getExceptionPresenter()