Class QueryNodeException
This exception should be thrown if something wrong happens when dealing with
IQueryNodes.
It also supports NLS messages.
Inheritance
System.Object
QueryNodeException
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
|
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
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
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
See Also