public class QueryNodeException extends Exception implements NLSException
This exception should be thrown if something wrong happens when dealing with
QueryNode
s.
It also supports NLS messages.
Message
,
NLS
,
NLSException
,
QueryNode
,
Serialized FormConstructor 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() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
protected Message message
public QueryNodeException(Message message)
public QueryNodeException(Throwable throwable)
public Message getMessageObject()
getMessageObject
in interface NLSException
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.