Show / Hide Table of Contents

    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 Source

    ParserException()

    Declaration
    public ParserException()
    | Improve this Doc View Source

    ParserException(Exception)

    Declaration
    public ParserException(Exception cause)
    Parameters
    Type Name Description
    Exception cause
    | Improve this Doc View Source

    ParserException(String)

    Declaration
    public ParserException(String message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    ParserException(String, Exception)

    Declaration
    public ParserException(String message, Exception cause)
    Parameters
    Type Name Description
    String message
    Exception cause
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)