This documentation is part of the Link Checker Library project.

de.tw.website.linkchecker.util
Class FileUtil.DirectoryNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.tw.website.linkchecker.util.FileUtil.DirectoryNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileUtil

public static class FileUtil.DirectoryNotFoundException
extends java.lang.Exception

Exception which is thrown if a directory is not found.

See Also:
Serialized Form

Constructor Summary
FileUtil.DirectoryNotFoundException(java.lang.String arg0)
          Constructor for DirectoryNotFoundException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUtil.DirectoryNotFoundException

public FileUtil.DirectoryNotFoundException(java.lang.String arg0)
Constructor for DirectoryNotFoundException.
Parameters:
arg0 -  

This documentation is part of the Link Checker Library project.