org.apache.tapestry.error
Interface RequestExceptionReporter

All Known Implementing Classes:
RequestExceptionReporterImpl

public interface RequestExceptionReporter

Service responsible for producing console output when there is an error processing the request (and the normal Exception page can not be displayed).

Since:
4.0
Author:
Howard M. Lewis Ship
See Also:
ExceptionPresenter

Method Summary
 void reportRequestException(java.lang.String message, java.lang.Throwable cause)
           
 

Method Detail

reportRequestException

void reportRequestException(java.lang.String message,
                            java.lang.Throwable cause)