Class QueryNodeParseException
This should be thrown when an exception happens during the query parsing from string to the query node tree.
Inherited Members
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class QueryNodeParseException : QueryNodeException, ISerializable, _Exception, INLSException
Constructors
Name | Description |
---|---|
QueryNodeParseException(IMessage) | |
QueryNodeParseException(IMessage, Exception) | |
QueryNodeParseException(Exception) | |
QueryNodeParseException(SerializationInfo, StreamingContext) | Initializes a new instance of this class with serialized data. |
QueryNodeParseException(String) |
Properties
Name | Description |
---|---|
BeginColumn | For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the string is returned. For the case where the parser is not able to figure out the line and column number -1 will be returned. Returns column of the first char where the problem was found. |
BeginLine | For EndOfLine and EndOfFile ("<EOF>") parsing problems the last char in the string is returned. For the case where the parser is not able to figure out the line and column number -1 will be returned. Returns line where the problem was found. |
ErrorToken | The errorToken in the query |
Query |
Methods
Name | Description |
---|---|
SetNonLocalizedMessage(IMessage) | |
SetQuery(String) |