Class: PHXAnalysisClientExceptionEvent
Last update: 16.07.2025Package: com.phoenix_int.aserver.client
Class Hierarchy
↳ java.lang.Object
↳ java.util.EventObject
↳ com.phoenix_int.aserver.client.PHXAnalysisClientExceptionEvent
Implemented Interfaces
java.io.Serializable
Declaration
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:
Field Summary
Fields inherited from class java.util.EventObject
source
Method Summary
| Modifier and Type | Method and Description |
|---|---|
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.