Package com.streambase.liveview.client
Class PublisherExceptionEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractPublisherEvent
com.streambase.liveview.client.PublisherExceptionEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PublisherExceptionEvent
- Parameters:
source
- the source of the eventexception
- the exception that occurred
-
-
Method Details
-
getException
Get the correspondingLiveViewException
.- Returns:
- the exception that occurred for this publisher.
-