jmce - 1_02

jmce.sim
Class ExceptionEvent

java.lang.Object
  extended by 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
           
 
Constructor Summary
ExceptionEvent(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
 

Field Detail

ex

public java.lang.Throwable ex
Constructor Detail

ExceptionEvent

public ExceptionEvent(java.lang.Throwable ex)
Method Detail

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

jmce - 1_02