org.vostok.lang.classes
Class NotADirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vostok.lang.classes.NotADirectoryException
All Implemented Interfaces:
java.io.Serializable

public class NotADirectoryException
extends java.lang.Exception

tried to load an url that doesn't point ot a directory

Author:
levreau.jerome@vostoksystem.eu
See Also:
Serialized Form

Constructor Summary
NotADirectoryException()
          Creates a new instance of NotADirectoryException without detail message.
NotADirectoryException(java.lang.String msg)
          Constructs an instance of NotADirectoryException with the specified detail message.
 
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

NotADirectoryException

public NotADirectoryException()
Creates a new instance of NotADirectoryException without detail message.


NotADirectoryException

public NotADirectoryException(java.lang.String msg)
Constructs an instance of NotADirectoryException with the specified detail message.

Parameters:
msg - the detail message.