Apache Lucene.Net 2.4.0 Class Library API

FieldReaderException Constructor

Constructs a new runtime exception with

null
as its detail message. The cause is not initialized, and may subsequently be initialized by a call to {@link #initCause}.

Overload List

Constructs a new runtime exception with

null
as its detail message. The cause is not initialized, and may subsequently be initialized by a call to {@link #initCause}.

public FieldReaderException();

 

public FieldReaderException(Exception);

Constructs a new runtime exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call to {@link #initCause}.

public FieldReaderException(string);

 

public FieldReaderException(string,Exception);

See Also

FieldReaderException Class | Lucene.Net.Index Namespace