|
NIO2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.classpath.icedtea.java.nio.file.FileSystemException
org.classpath.icedtea.java.nio.file.NotDirectoryException
public class NotDirectoryException
Checked exception thrown when a file system operation, intended for a directory, fails because the file is not a directory.
| Constructor Summary | |
|---|---|
NotDirectoryException(java.lang.String file)
Constructs an instance of this class. |
|
| Method Summary |
|---|
| Methods inherited from class org.classpath.icedtea.java.nio.file.FileSystemException |
|---|
getFile, getMessage, getOtherFile, getReason |
| 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 |
| Constructor Detail |
|---|
public NotDirectoryException(java.lang.String file)
file - A string identifying the file or null if not known.
|
NIO2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.