public class QueryOffEndException extends EndConditionException
| Modifier and Type | Field and Description |
|---|---|
private QueryOffEndListener[] |
listeners
A list of listeners interested in this off-end exception.
|
| Constructor and Description |
|---|
QueryOffEndException(java.lang.String message,
QueryOffEndListener[] listeners)
Constructor which accepts an error message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
fillInStackTrace()
Override the ancestor class' implementation to do nothing.
|
QueryOffEndListener[] |
getListeners()
Get the listeners interested in this off-end exception
|
getKeyCodeprivate final QueryOffEndListener[] listeners
public QueryOffEndException(java.lang.String message,
QueryOffEndListener[] listeners)
message - Error message.listeners - The listeners interested in this off-end exceptionpublic final java.lang.Throwable fillInStackTrace()
fillInStackTrace in class ConditionExceptionThrowable instance.Throwable.printStackTrace()public QueryOffEndListener[] getListeners()