|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.latka.event.BaseRequestEvent
org.apache.commons.latka.event.RequestErrorEvent
public class RequestErrorEvent
An event that represents an error that occurred processing a request
Constructor Summary | |
---|---|
RequestErrorEvent(Request request,
Response response,
java.lang.Throwable t)
Create an event from the request, response and some Throwable |
Method Summary | |
---|---|
java.lang.Throwable |
getError()
provides access to the Throwable representing the request error |
Methods inherited from class org.apache.commons.latka.event.BaseRequestEvent |
---|
getRequest, getResponse, getSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestErrorEvent(Request request, Response response, java.lang.Throwable t)
request
- the request in errorresponse
- the response generatedt
- Some throwable representing the error, e.g. an ExceptionMethod Detail |
---|
public java.lang.Throwable getError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |