public class RequestExceptionReporterImpl extends java.lang.Object implements RequestExceptionReporter
Constructor and Description |
---|
RequestExceptionReporterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
reportRequestException(java.lang.String message,
java.lang.Throwable cause) |
void |
setLog(org.apache.commons.logging.Log log) |
void |
setRequest(WebRequest request) |
public RequestExceptionReporterImpl()
public void setLog(org.apache.commons.logging.Log log)
public void setRequest(WebRequest request)
public void reportRequestException(java.lang.String message, java.lang.Throwable cause)
reportRequestException
in interface RequestExceptionReporter