Class ParserException
Thrown when the xml queryparser encounters invalid syntax/configuration.
Implements
Inherited Members
Namespace: Lucene.Net.QueryParsers.Xml
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class ParserException : Exception, ISerializable
Constructors
ParserException()
Thrown when the xml queryparser encounters invalid syntax/configuration.
Declaration
public ParserException()
ParserException(Exception)
Thrown when the xml queryparser encounters invalid syntax/configuration.
Declaration
public ParserException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause |
ParserException(string)
Thrown when the xml queryparser encounters invalid syntax/configuration.
Declaration
public ParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
ParserException(string, Exception)
Thrown when the xml queryparser encounters invalid syntax/configuration.
Declaration
public ParserException(string message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | cause |