Class IndexNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class IndexNotFoundException
    extends java.io.FileNotFoundException
    Signals that no index was found in the Directory. Possibly because the directory is empty, however can also indicate an index corruption.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexNotFoundException​(java.lang.String msg)
      Creates IndexFileNotFoundException with the description message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IndexNotFoundException

        public IndexNotFoundException​(java.lang.String msg)
        Creates IndexFileNotFoundException with the description message.