com.phoenix_int.aserver.client
Class PHXAnalysisClientExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.phoenix_int.aserver.client.PHXAnalysisClientExceptionEvent
All Implemented Interfaces:
java.io.Serializable

public class PHXAnalysisClientExceptionEvent
extends java.util.EventObject

this class is an event for the PHXAnalysisClient class. The event is generated when an exception occurs on the read thread

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.lang.Exception getException()
          retrieves the Exception object
 
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
 

Method Detail

getException

public java.lang.Exception getException()
retrieves the Exception object

Returns:
the Exception object.