public class

NoSuchDirectoryException

extends FileNotFoundException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.FileNotFoundException
           ↳ org.apache.lucene.store.NoSuchDirectoryException

Class Overview

This exception is thrown when you try to list a non-existent directory.

Summary

Public Constructors
NoSuchDirectoryException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchDirectoryException (String message)