|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--org.apache.commons.latka.event.BaseRequestEvent
|
+--org.apache.commons.latka.event.RequestFailedEvent
| Constructor Summary | |
RequestFailedEvent(Request request,
Response response,
ValidationException e)
|
|
| Method Summary | |
java.lang.Throwable |
getValidationException()
|
| Methods inherited from class org.apache.commons.latka.event.BaseRequestEvent |
getRequest, getResponse, getSession |
| Methods inherited from class java.lang.Object |
equals, 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)
| Method Detail |
public java.lang.Throwable getValidationException()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||