Class QueryExceptionEvent

All Implemented Interfaces:
Serializable

public final class QueryExceptionEvent extends AbstractQueryEvent
The event dispatched when a query exception occurs.
See Also:
  • Constructor Details

    • QueryExceptionEvent

      public QueryExceptionEvent(Object source, LiveViewException exception)
      Parameters:
      source - the source of the event
      exception - the exception that occurred
  • Method Details

    • getException

      public LiveViewException getException()
      Get the exception
      Returns:
      the exception that occurred
    • dispatch

      public void dispatch(QueryListener listener)
      Dispatches this event to the listener
      Specified by:
      dispatch in class AbstractQueryEvent
      Parameters:
      listener - the query listener