org.apache.tapestry.error
Class RequestExceptionReporterImpl

java.lang.Object
  extended by org.apache.tapestry.error.RequestExceptionReporterImpl
All Implemented Interfaces:
RequestExceptionReporter

public class RequestExceptionReporterImpl
extends Object
implements RequestExceptionReporter

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
RequestExceptionReporterImpl()
           
 
Method Summary
 void reportRequestException(String message, Throwable cause)
           
 void setLog(Log log)
           
 void setRequest(WebRequest 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(Log log)

setRequest

public void setRequest(WebRequest request)

reportRequestException

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


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