org.apache.tapestry.services
Interface ExceptionReporter

All Known Implementing Classes:
ExceptionReport

public interface ExceptionReporter

Interface implemented by a page used for reporting exceptions.

See Also:
RequestExceptionHandler

Method Summary
 void reportException(Throwable exception)
          Used to communicate to the page what exception is to be reported.
 

Method Detail

reportException

void reportException(Throwable exception)
Used to communicate to the page what exception is to be reported.

Parameters:
exception -


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