class CQLParseException extends GeneralException
attribs| Constructor and Description |
|---|
CQLParseException(String message)
Constructor that only takes a 'message'.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSevere()
This particular exception isn't really severe enough to log
|
setpublic CQLParseException(String message)
message - Message describing cause of this exception.public boolean isSevere()
isSevere in class GeneralException