Serializable, NLSExceptionQueryNodeParseExceptionpublic class QueryNodeException extends Exception implements NLSException
This exception should be thrown if something wrong happens when dealing with
QueryNodes.
It also supports NLS messages.
Message,
NLS,
NLSException,
QueryNode,
Serialized Form| Constructor | Description |
|---|---|
QueryNodeException(Throwable throwable) |
|
QueryNodeException(Message message) |
|
QueryNodeException(Message message,
Throwable throwable) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLocalizedMessage() |
|
String |
getLocalizedMessage(Locale locale) |
|
String |
getMessage() |
|
Message |
getMessageObject() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected Message message
public QueryNodeException(Message message)
public QueryNodeException(Throwable throwable)
public Message getMessageObject()
getMessageObject in interface NLSExceptionpublic String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.