public class QueryNodeParseException extends QueryNodeException
QueryNodeException,
SyntaxParser,
QueryNode,
Serialized Formmessage| Constructor and Description |
|---|
QueryNodeParseException(Message message) |
QueryNodeParseException(Message message,
java.lang.Throwable throwable) |
QueryNodeParseException(java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginColumn()
For EndOfLine and EndOfFile ("
|
int |
getBeginLine()
For EndOfLine and EndOfFile ("
|
java.lang.String |
getErrorToken() |
java.lang.CharSequence |
getQuery() |
protected void |
setBeginColumn(int beginColumn) |
protected void |
setBeginLine(int beginLine) |
protected void |
setErrorToken(java.lang.String errorToken) |
void |
setNonLocalizedMessage(Message message) |
void |
setQuery(java.lang.CharSequence query) |
getLocalizedMessage, getLocalizedMessage, getMessage, getMessageObject, toStringpublic QueryNodeParseException(Message message)
public QueryNodeParseException(java.lang.Throwable throwable)
public QueryNodeParseException(Message message, java.lang.Throwable throwable)
public void setQuery(java.lang.CharSequence query)
public java.lang.CharSequence getQuery()
protected void setErrorToken(java.lang.String errorToken)
errorToken - the errorToken in the querypublic java.lang.String getErrorToken()
public void setNonLocalizedMessage(Message message)
public int getBeginLine()
public int getBeginColumn()
protected void setBeginLine(int beginLine)
beginLine - the beginLine to setprotected void setBeginColumn(int beginColumn)
beginColumn - the beginColumn to setCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.