org.apache.commons.latka.event
Class RequestFailedEvent

java.lang.Object
  |
  +--org.apache.commons.latka.event.BaseRequestEvent
        |
        +--org.apache.commons.latka.event.RequestFailedEvent
All Implemented Interfaces:
LatkaEvent, RequestEvent

public class RequestFailedEvent
extends BaseRequestEvent
implements RequestEvent


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

RequestFailedEvent

public RequestFailedEvent(Request request,
                          Response response,
                          ValidationException e)
Method Detail

getValidationException

public java.lang.Throwable getValidationException()


Copyright © 2001 Apache Software Foundation. Documenation generated September 13 2001.