org.apache.tapestry.error
Class RequestExceptionReporterImpl
java.lang.Object
org.apache.tapestry.error.RequestExceptionReporterImpl
- All Implemented Interfaces:
- RequestExceptionReporter
public class RequestExceptionReporterImpl
- extends Object
- implements RequestExceptionReporter
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestExceptionReporterImpl
public RequestExceptionReporterImpl()
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.