de.goerntkai.toolbox.fs
Class NoFolderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byde.goerntkai.toolbox.fs.NoFolderException
All Implemented Interfaces:
java.io.Serializable

public class NoFolderException
extends java.io.IOException

Signals that a Folder is not instatiated with a path to a directory.

Version:
$Id: NoFolderException.java,v 1.3 2007/05/06 16:25:52 GoerntKai Exp $
Author:
Kai Görnt
See Also:
Serialized Form

Constructor Summary
NoFolderException()
          Standard constructor.
NoFolderException(java.lang.String theMessage)
          Constructor with a message.
 
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

NoFolderException

public NoFolderException()

Standard constructor.


NoFolderException

public NoFolderException(java.lang.String theMessage)

Constructor with a message.

Parameters:
theMessage - to set


Copyright © 2004-2007 Kai Görnt. All Rights Reserved.