org.apache.commons.latka.event
Class RequestErrorEvent

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

public class RequestErrorEvent
extends BaseRequestEvent
implements RequestEvent


Constructor Summary
RequestErrorEvent(Request request, Response response, java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getError()
           
 
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

RequestErrorEvent

public RequestErrorEvent(Request request,
                         Response response,
                         java.lang.Throwable t)
Method Detail

getError

public java.lang.Throwable getError()


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