public class CQLSyntaxException extends RuntimeException
| Constructor and Description |
|---|
CQLSyntaxException(String message,
int offset)
Records a syntax error.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset()
Returns the offset in the original string where the syntax error was detected.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CQLSyntaxException(String message, int offset)
message - the message.offset - the offset in the original expression string.Copyright © 2016–2018. All rights reserved.