Class QueryNodeError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.apache.lucene.queryparser.flexible.core.QueryNodeError
-
- All Implemented Interfaces:
Serializable
,NLSException
public class QueryNodeError extends Error implements NLSException
Error class with NLS support- See Also:
NLS
,Message
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryNodeError(Throwable throwable)
QueryNodeError(Message message)
QueryNodeError(Message message, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Message
getMessageObject()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessageObject
public Message getMessageObject()
- Specified by:
getMessageObject
in interfaceNLSException
- Returns:
- a instance of a class that implements the Message interface
-
-