public class QueryNodeParseException extends QueryNodeException
QueryNodeException,
SyntaxParser,
QueryNode,
Serialized Form| Constructor and Description |
|---|
QueryNodeParseException(Message message) |
QueryNodeParseException(Message message,
Throwable throwable) |
QueryNodeParseException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginColumn()
For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the
string is returned For the case where the parser is not able to figure out
the line and column number -1 will be returned
|
int |
getBeginLine()
For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the
string is returned For the case where the parser is not able to figure out
the line and column number -1 will be returned
|
String |
getErrorToken() |
CharSequence |
getQuery() |
void |
setNonLocalizedMessage(Message message) |
void |
setQuery(CharSequence query) |
getLocalizedMessage, getLocalizedMessage, getMessage, getMessageObject, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic QueryNodeParseException(Message message)
public QueryNodeParseException(Throwable throwable)
public void setQuery(CharSequence query)
public CharSequence getQuery()
public String getErrorToken()
public void setNonLocalizedMessage(Message message)
public int getBeginLine()
public int getBeginColumn()
Copyright © 2010 - 2020 Adobe. All Rights Reserved