patterntesting.exception.io
Class DirNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.FileNotFoundException
patterntesting.exception.io.DirNotFoundException
- All Implemented Interfaces:
- Serializable
public class DirNotFoundException
- extends FileNotFoundException
Not every FileNotFoundException is a FileNotFoundException. Sometimes a
FileNotFoundException is thrown if the parent directory does not exist.
For this case you can now use this exception.
- Since:
- 10.06.2009
- Version:
- $Revision: 1.3 $
- Author:
- oliver
- See Also:
FileNotFoundException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DirNotFoundException
public DirNotFoundException()
- The default constructor. You should should better use
DirNotFoundException(String)
DirNotFoundException
public DirNotFoundException(String msg)
- Parameters:
msg - the message given more information why the directory can't be
found.
Copyright © 2009-2010 PatternTesting Team. All Rights Reserved.