- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.nio.file.FileSystemException
-
- java.nio.file.NotLinkException
-
- すべての実装されたインタフェース:
Serializable
public class NotLinkException extends FileSystemException
ファイルがシンボリック・リンクでないためにファイル・システム操作が失敗した場合にスローされるチェック例外です。- 導入されたバージョン:
- 1.7
- 関連項目:
- 直列化された形式
-
-
コンストラクタのサマリー
コンストラクタ コンストラクタ 説明 NotLinkException(String file)
このクラスのインスタンスを構築します。NotLinkException(String file, String other, String reason)
このクラスのインスタンスを構築します。
-
メソッドのサマリー
-
クラス java.nio.file.FileSystemExceptionで宣言されたメソッド
getFile, getMessage, getOtherFile, getReason
-
クラス java.lang.Throwableで宣言されたメソッド
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクタの詳細
-
NotLinkException
public NotLinkException(String file)
このクラスのインスタンスを構築します。- パラメータ:
file
- ファイルを識別する文字列。不明な場合はnull
-
-