Class ParserException
Thrown when the xml queryparser encounters invalid syntax/configuration.
Inheritance
System.Object
ParserException
Namespace: Lucene.Net.QueryParsers.Xml
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class ParserException : Exception
Constructors
| Improve this Doc View SourceParserException()
Declaration
public ParserException()
ParserException(Exception)
Declaration
public ParserException(Exception cause)
Parameters
Type | Name | Description |
---|---|---|
Exception | cause |
ParserException(String)
Declaration
public ParserException(String message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
ParserException(String, Exception)
Declaration
public ParserException(String message, Exception cause)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | cause |