org.apache.tapestry.services
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:
3.1
Author:
Howard M. Lewis Ship

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

Method Detail

reportRequestException

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