public class CQLException extends ParseException
Modifier and Type | Field and Description |
---|---|
protected Throwable |
cause |
eol, expectedTokenSequences, specialConstructor, tokenImage
Constructor and Description |
---|
CQLException(String message)
New instance of CQLException
|
CQLException(String message,
IToken token,
String cqlSource)
New instance of CQLException
|
CQLException(String message,
IToken token,
Throwable cause,
String cqlSource)
New instance of CQLException
|
CQLException(String message,
String cqlSource)
New instance of CQLException
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Returns the cause
|
String |
getMessage()
Returns the exception message
|
String |
getSyntaxError()
Returns the syntax error presents in the last sequence of characters analyzed.
|
add_escapes
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Throwable cause
public CQLException(String message, IToken token, Throwable cause, String cqlSource)
message
- exception descriptiontoken
- current tokencause
- the causecqlSource
- string analyzedpublic CQLException(String message, IToken token, String cqlSource)
message
- exception descriptiontoken
- current tokencqlSource
- analyzed stringpublic CQLException(String message)
public Throwable getCause()
public String getMessage()
getMessage
in class ParseException
public String getSyntaxError()
Copyright © 1996–2023 Geotools. All rights reserved.