Class QueryNodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.lucene.queryparser.flexible.core.QueryNodeException
All Implemented Interfaces:
Serializable, NLSException
Direct Known Subclasses:
QueryNodeParseException

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.

See Also: