Serializable
, NLSException
ParseException
public class QueryNodeParseException extends QueryNodeException
QueryNodeException
,
SyntaxParser
,
QueryNode
,
Serialized Formmessage
Constructor | Description |
---|---|
QueryNodeParseException(Throwable throwable) |
|
QueryNodeParseException(Message message) |
|
QueryNodeParseException(Message message,
Throwable throwable) |
Modifier and Type | Method | Description |
---|---|---|
int |
getBeginColumn() |
For EndOfLine and EndOfFile ("
|
int |
getBeginLine() |
For EndOfLine and EndOfFile ("
|
String |
getErrorToken() |
|
CharSequence |
getQuery() |
|
protected void |
setBeginColumn(int beginColumn) |
|
protected void |
setBeginLine(int beginLine) |
|
protected void |
setErrorToken(String errorToken) |
|
void |
setNonLocalizedMessage(Message message) |
|
void |
setQuery(CharSequence query) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocalizedMessage, getLocalizedMessage, getMessage, getMessageObject, toString
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public QueryNodeParseException(Message message)
public QueryNodeParseException(Throwable throwable)
public void setQuery(CharSequence query)
public CharSequence getQuery()
protected void setErrorToken(String errorToken)
errorToken
- the errorToken in the querypublic 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-2018 Apache Software Foundation. All Rights Reserved.