org.apache.lucene.store
Class NoSuchDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
org.apache.lucene.store.NoSuchDirectoryException
- All Implemented Interfaces:
- Serializable
public class NoSuchDirectoryException
- extends FileNotFoundException
This exception is thrown when you try to list a
non-existent directory.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchDirectoryException
public NoSuchDirectoryException(String message)