se.datadosen.jalbum
Class NotADirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by se.datadosen.jalbum.NotADirectoryException
All Implemented Interfaces:
java.io.Serializable

public class NotADirectoryException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
 java.io.File dir
           
 
Constructor Summary
NotADirectoryException(java.lang.String message, java.io.File dir)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dir

public java.io.File dir
Constructor Detail

NotADirectoryException

public NotADirectoryException(java.lang.String message,
                              java.io.File dir)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable