Class QueryNodeException
This exception should be thrown if something wrong happens when dealing with IQueryNodes.
It also supports NLS messages.
Implements
Inherited Members
System.Exception.GetBaseException()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Source
System.Exception.StackTrace
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
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, INLSException
Constructors
| Improve this Doc View SourceQueryNodeException(IMessage)
Declaration
public QueryNodeException(IMessage message)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message |
QueryNodeException(IMessage, Exception)
Declaration
public QueryNodeException(IMessage message, Exception throwable)
Parameters
Type | Name | Description |
---|---|---|
IMessage | message | |
System.Exception | throwable |
QueryNodeException(Exception)
Declaration
public QueryNodeException(Exception throwable)
Parameters
Type | Name | Description |
---|---|---|
System.Exception | throwable |
Fields
| Improve this Doc View Sourcem_message
Declaration
protected IMessage m_message
Field Value
Type | Description |
---|---|
IMessage |
Properties
| Improve this Doc View SourceMessage
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 SourceGetLocalizedMessage()
Declaration
public virtual string GetLocalizedMessage()
Returns
Type | Description |
---|---|
System.String |
GetLocalizedMessage(CultureInfo)
Declaration
public virtual string GetLocalizedMessage(CultureInfo locale)
Parameters
Type | Name | Description |
---|---|---|
System.Globalization.CultureInfo | locale |
Returns
Type | Description |
---|---|
System.String |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Exception.ToString()