name.pachler.nio.file
Class NotDirectoryException

java.lang.Object
  extended by name.pachler.nio.file.NotDirectoryException

public class NotDirectoryException
extends java.lang.Object

Indicates that a file system reference was given that references a file type that is not a directory, as the invoked method had expected.


Constructor Summary
NotDirectoryException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotDirectoryException

public NotDirectoryException()