Package com.streambase.liveview.client
Class PublisherExceptionEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractPublisherEvent
com.streambase.liveview.client.PublisherExceptionEvent
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
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.
 
 
 -