jmce.sim
Class ExceptionEvent
java.lang.Object
jmce.sim.ExceptionEvent
public class ExceptionEvent
- extends java.lang.Object
Class used to send Exception in simulator.
This class is used to send Exception event to ExceptionEventListener.
- Version:
- 1.01
- Author:
- Mario Viara
Field Summary |
java.lang.Throwable |
ex
|
Method Summary |
java.lang.Throwable |
getEvent()
Return the Exception |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ex
public java.lang.Throwable ex
ExceptionEvent
public ExceptionEvent(java.lang.Throwable ex)
getEvent
public java.lang.Throwable getEvent()
- Return the Exception
- Since:
- 1.02
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object