org.apache.lucene.queryParser.core
Class QueryNodeError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.lucene.queryParser.core.QueryNodeError
- All Implemented Interfaces:
- java.io.Serializable, org.apache.lucene.messages.NLSException
public class QueryNodeError
- extends java.lang.Error
- implements org.apache.lucene.messages.NLSException
Error class with NLS support
- See Also:
NLS
,
Message
,
Serialized Form
Constructor Summary |
QueryNodeError(org.apache.lucene.messages.Message message)
|
QueryNodeError(org.apache.lucene.messages.Message message,
java.lang.Throwable throwable)
|
QueryNodeError(java.lang.Throwable throwable)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryNodeError
public QueryNodeError(org.apache.lucene.messages.Message message)
- Parameters:
message
- - NLS Message Object
QueryNodeError
public QueryNodeError(java.lang.Throwable throwable)
- Parameters:
throwable
- - @see java.lang.Error
QueryNodeError
public QueryNodeError(org.apache.lucene.messages.Message message,
java.lang.Throwable throwable)
- Parameters:
message
- - NLS Message Objectthrowable
- - @see java.lang.Error
getMessageObject
public org.apache.lucene.messages.Message getMessageObject()
- Specified by:
getMessageObject
in interface org.apache.lucene.messages.NLSException
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.