|
|||||||||||
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.RequestFailedEvent
An event for when a request fails
Constructor Summary | |
RequestFailedEvent(Request request,
Response response,
ValidationException e)
Create a new request failed event |
Method Summary | |
java.lang.Throwable |
getValidationException()
get the validation exception provided on construction |
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 |
Methods inherited from interface org.apache.commons.latka.event.RequestEvent |
getRequest, getResponse, getSession |
Constructor Detail |
public RequestFailedEvent(Request request, Response response, ValidationException e)
request
- The request that failedresponse
- The response from processing the failed requeste
- The validation failureMethod Detail |
public java.lang.Throwable getValidationException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |