|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.EventObject
org.jdesktop.ws.events.FailureEvent
public class FailureEvent extends EventObject
| Field Summary | |
|---|---|
private Throwable |
th
|
| Constructor Summary | |
FailureEvent(BaseService source, Throwable th)
|
|
| Method Summary | |
|---|---|
Throwable
|
getThrowable()
|
| Methods inherited from class EventObject | |
|---|---|
| toString, getSource, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Throwable th
| Constructor Detail |
|---|
public FailureEvent(BaseService source, Throwable th)
| Method Detail |
|---|
public final Throwable getThrowable()
Groovy Documentation