Uses of Class
com.streambase.liveview.client.QueryExceptionEvent
-
Packages that use QueryExceptionEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of QueryExceptionEvent in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type QueryExceptionEvent Modifier and Type Method Description void
AbstractBatchedQueryListener. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.void
AbstractQueryListener. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.void
CompositeQueryListener. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.void
DeleteQueryListener. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.void
LiveResult. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.void
QueryListener. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.void
QueryListenerWrapper. exceptionRaised(QueryExceptionEvent event)
void
SnapshotQueryListener. exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.
-