C# Class Lucene.Net.QueryParsers.Flexible.Core.QueryNodeException

Inheritance: System.Exception, INLSException
Show file Open project: apache/lucenenet

Protected Properties

Property Type Description
message IMessage

Public Methods

Method Description
GetLocalizedMessage ( ) : string
GetLocalizedMessage ( CultureInfo locale ) : string
QueryNodeException ( Exception throwable ) : Lucene.Net.QueryParsers.Flexible.Core.Messages
QueryNodeException ( IMessage message ) : Lucene.Net.QueryParsers.Flexible.Core.Messages
QueryNodeException ( IMessage message, Exception throwable ) : Lucene.Net.QueryParsers.Flexible.Core.Messages
ToString ( ) : string

Method Details

GetLocalizedMessage() public method

public GetLocalizedMessage ( ) : string
return string

GetLocalizedMessage() public method

public GetLocalizedMessage ( CultureInfo locale ) : string
locale System.Globalization.CultureInfo
return string

QueryNodeException() public method

public QueryNodeException ( Exception throwable ) : Lucene.Net.QueryParsers.Flexible.Core.Messages
throwable System.Exception
return Lucene.Net.QueryParsers.Flexible.Core.Messages

QueryNodeException() public method

public QueryNodeException ( IMessage message ) : Lucene.Net.QueryParsers.Flexible.Core.Messages
message IMessage
return Lucene.Net.QueryParsers.Flexible.Core.Messages

QueryNodeException() public method

public QueryNodeException ( IMessage message, Exception throwable ) : Lucene.Net.QueryParsers.Flexible.Core.Messages
message IMessage
throwable System.Exception
return Lucene.Net.QueryParsers.Flexible.Core.Messages

ToString() public method

public ToString ( ) : string
return string

Property Details

message protected property

protected IMessage message
return IMessage