All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.strandberg.file.NoSuchFileException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----net.strandberg.file.FileAccessException
                           |
                           +----net.strandberg.file.NoSuchFileException

public class NoSuchFileException
extends FileAccessException
This Exception is thrown when any of the net.strandberg.file files cannot find a file. It is intended as a convenience for users of the net.strandberg.file files. The underlying IOException can in cases where it exists be examined by calling getIOException() (in baseclass FileAccessException).

Version:
$Revision: 0.0 $
Author:
Mats Strandberg


All Packages  Class Hierarchy  This Package  Previous  Next  Index