All Packages Class Hierarchy This Package Previous Next Index
Class net.strandberg.file.FileAccessException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----net.strandberg.file.FileAccessException
- public class FileAccessException
- extends Exception
This Exception is thrown when any of the net.strandberg.file files
have a problem with opening a file or reading its contents of writing
to a file etc. 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()
-
getIOException()
-
getIOException
public Exception getIOException()
All Packages Class Hierarchy This Package Previous Next Index