org.apache.tapestry5.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 - runtime exception thrown during processing of the request


Copyright © 2003-2012 The Apache Software Foundation.