public 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 and Description |
|---|
QueryNodeException(Message message) |
QueryNodeException(Message message,
Throwable throwable) |
QueryNodeException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalizedMessage() |
String |
getLocalizedMessage(Locale locale) |
String |
getMessage() |
Message |
getMessageObject() |
String |
toString() |
fillInStackTrace, getCause, getStackTrace, 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-2013 Apache Software Foundation. All Rights Reserved.