Apache Lucene.Net 2.4.0 Class Library API

FieldReaderException Constructor (String)

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 message
);

Parameters

message
the detail message. The detail message is saved for later retrieval by the {@link #getMessage()} method.

See Also

FieldReaderException Class | Lucene.Net.Index Namespace | FieldReaderException Constructor Overload List