|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.event.ThrowableEvent
public class ThrowableEvent
This event will be used to return exceptions that were thrown by event based objects.
Constructor Summary | |
---|---|
ThrowableEvent(java.lang.Throwable throwable)
The default constructor for this event. |
Method Summary | |
---|---|
java.lang.Object |
getResponse()
Gets the response of an Event . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThrowableEvent(java.lang.Throwable throwable)
throwable
- The object to be thrownMethod Detail |
---|
public java.lang.Object getResponse()
ResponseEvent
Event
.
getResponse
in interface ResponseEvent
ResponseEvent.getResponse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |