public class QueryNodeException extends java.lang.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,
java.lang.Throwable throwable) |
QueryNodeException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getLocalizedMessage(java.util.Locale locale) |
java.lang.String |
getMessage() |
Message |
getMessageObject() |
java.lang.String |
toString() |
public QueryNodeException(Message message)
public QueryNodeException(java.lang.Throwable throwable)
public QueryNodeException(Message message, java.lang.Throwable throwable)
public Message getMessageObject()
getMessageObject
in interface NLSException
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage(java.util.Locale locale)
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2010 - 2019 Adobe. All Rights Reserved