patterntesting.exception.io
Class DirNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.FileNotFoundException
                  extended by 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

Constructor Summary
DirNotFoundException()
          The default constructor.
DirNotFoundException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.