public class TypeAheadException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected String |
configurationName |
protected String |
query |
| Constructor and Description |
|---|
TypeAheadException(String message,
String query,
String configurationName) |
TypeAheadException(String message,
String query,
String configurationName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationName() |
String |
getQuery() |
void |
setConfigurationName(String configurationName) |
void |
setQuery(String query) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.