Package com.streambase.liveview.client
Class QueryExceptionEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractQueryEvent
com.streambase.liveview.client.QueryExceptionEvent
- All Implemented Interfaces:
Serializable
The event dispatched when a query exception occurs.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(QueryListener listener) Dispatches this event to the listenerGet the exceptionMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
QueryExceptionEvent
- Parameters:
source
- the source of the eventexception
- the exception that occurred
-
-
Method Details
-
getException
Get the exception- Returns:
- the exception that occurred
-
dispatch
Dispatches this event to the listener- Specified by:
dispatch
in classAbstractQueryEvent
- Parameters:
listener
- the query listener
-