• API

    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
    System.Exception
    QueryNodeException
    QueryNodeParseException
    Implements
    System.Runtime.Serialization.ISerializable
    INLSException
    Inherited Members
    System.Exception.GetBaseException()
    System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.Exception.GetType()
    System.Exception.Data
    System.Exception.HelpLink
    System.Exception.HResult
    System.Exception.InnerException
    System.Exception.Source
    System.Exception.StackTrace
    System.Exception.TargetSite
    System.Exception.SerializeObjectState
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Lucene.Net.QueryParsers.Flexible.Core
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class QueryNodeException : Exception, ISerializable, INLSException

    Constructors

    | 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
    System.Exception throwable
    | Improve this Doc View Source

    QueryNodeException(Exception)

    Declaration
    public QueryNodeException(Exception throwable)
    Parameters
    Type Name Description
    System.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
    Overrides
    System.Exception.Message
    | 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
    System.Globalization.CultureInfo locale
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    ToString()

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

    Implements

    System.Runtime.Serialization.ISerializable
    INLSException

    See Also

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