Java org.apache.lucene.index IndexFormatTooOldException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index IndexFormatTooOldException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index IndexFormatTooOldException.

The text is from its open source code.

Constructor

Method

IntegergetMaxVersion()
Returns the maximum version accepted.
IntegergetMinVersion()
Returns the minimum version accepted This method will return null if an alternative #getReason() is provided.
StringgetReason()
Returns an optional reason for this exception if the version information was not available.
StringgetResourceDescription()
Returns a description of the file that was too old
IntegergetVersion()
Returns the version of the file that was too old.