Show / Hide Table of Contents

    Class QueryNodeException

    This exception should be thrown if something wrong happens when dealing with IQueryNodes.

    It also supports NLS messages.

    Inheritance
    System.Object
    QueryNodeException
    QueryNodeParseException
    Implements
    INLSException
    Namespace: Lucene.Net.QueryParsers.Flexible.Core
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class QueryNodeException : Exception, INLSException

    Constructors

    | Improve this Doc View Source

    QueryNodeException(Exception)

    Declaration
    public QueryNodeException(Exception throwable)
    Parameters
    Type Name Description
    Exception throwable
    | Improve this Doc View Source

    QueryNodeException(IMessage)

    Declaration
    public QueryNodeException(IMessage message)
    Parameters
    Type Name Description
    IMessage message
    | Improve this Doc View Source

    QueryNodeException(IMessage, Exception)

    Declaration
    public QueryNodeException(IMessage message, Exception throwable)
    Parameters
    Type Name Description
    IMessage message
    Exception throwable

    Fields

    | Improve this Doc View Source

    m_message

    Declaration
    protected IMessage m_message
    Field Value
    Type Description
    IMessage

    Properties

    | Improve this Doc View Source

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MessageObject

    Declaration
    public virtual IMessage MessageObject { get; }
    Property Value
    Type Description
    IMessage

    Methods

    | Improve this Doc View Source

    GetLocalizedMessage()

    Declaration
    public virtual string GetLocalizedMessage()
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    GetLocalizedMessage(CultureInfo)

    Declaration
    public virtual string GetLocalizedMessage(CultureInfo locale)
    Parameters
    Type Name Description
    CultureInfo locale
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Implements

    INLSException

    See Also

    IMessage
    NLS
    INLSException
    IQueryNode
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)