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(String message, Throwable cause)
           
 

Method Detail

reportRequestException

void reportRequestException(String message,
                            Throwable cause)


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