org.apache.tapestry.services.impl
Class RequestExceptionReporterImpl

java.lang.Object
  |
  +--org.apache.tapestry.services.impl.RequestExceptionReporterImpl
All Implemented Interfaces:
RequestExceptionReporter

public class RequestExceptionReporterImpl
extends java.lang.Object
implements RequestExceptionReporter

Since:
3.1
Author:
Howard M. Lewis Ship

Constructor Summary
RequestExceptionReporterImpl()
           
 
Method Summary
 void reportRequestException(java.lang.String message, java.lang.Throwable cause)
           
 void setLog(org.apache.commons.logging.Log log)
           
 void setRequest(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestExceptionReporterImpl

public RequestExceptionReporterImpl()
Method Detail

setLog

public void setLog(org.apache.commons.logging.Log log)

setRequest

public void setRequest(javax.servlet.http.HttpServletRequest request)

reportRequestException

public void reportRequestException(java.lang.String message,
                                   java.lang.Throwable cause)
Specified by:
reportRequestException in interface RequestExceptionReporter