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
public class PublisherExceptionEvent extends AbstractPublisherEvent
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PublisherExceptionEvent(Object source, LiveViewException exception) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiveViewExceptiongetException()Get the correspondingLiveViewException.- 
Methods inherited from class java.util.EventObject
getSource, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
PublisherExceptionEvent
public PublisherExceptionEvent(Object source, LiveViewException exception)
- Parameters:
 source- the source of the eventexception- the exception that occurred
 
 - 
 
- 
Method Detail
- 
getException
public LiveViewException getException()
Get the correspondingLiveViewException.- Returns:
 - the exception that occurred for this publisher.
 
 
 - 
 
 -