|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.ExceptionEvent
public class ExceptionEvent
This event can be used to notify entities that an exception was thrown.
| Field Summary | |
|---|---|
protected java.lang.Throwable |
exception
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ExceptionEvent(java.lang.Object source,
java.lang.Exception exception)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getException()
Retrieve the exception. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Throwable exception
| Constructor Detail |
|---|
public ExceptionEvent(java.lang.Object source,
java.lang.Exception exception)
| Method Detail |
|---|
public java.lang.Throwable getException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||