|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| 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
java.nio.file.FileSystemException
java.nio.file.NotLinkException
public class NotLinkException extends FileSystemException
Checked exception thrown when a file system operation fails because a file is not a symbolic link.
| Constructor and Description |
|---|
NotLinkException(String file)
Constructs an instance of this class. |
NotLinkException(String file,
String other,
String reason)
Constructs an instance of this class. |
| Modifier and Type | Method and Description |
|---|
| Methods inherited from class java.nio.file.FileSystemException |
|---|
getFile, getMessage, getOtherFile, getReason |
| Methods inherited from class java.lang.Throwable |
|---|
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, 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 NotLinkException(String file)
file - a string identifying the file or null if not known
public NotLinkException(String file,
String other,
String reason)
file - a string identifying the file or null if not knownother - a string identifying the other file or null if not knownreason - a reason message with additional information or null
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.