public final class QueryExceptionEvent extends AbstractQueryEvent
source| Constructor and Description | 
|---|
QueryExceptionEvent(Object source,
                   LiveViewException exception)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispatch(QueryListener listener)
Dispatches this event to the listener 
 | 
LiveViewException | 
getException()
Get the exception 
 | 
getSource, toStringpublic QueryExceptionEvent(Object source, LiveViewException exception)
source - the source of the eventexception - the exception that occurredpublic LiveViewException getException()
public void dispatch(QueryListener listener)
dispatch in class AbstractQueryEventlistener - the query listenerCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.