java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.FileSystemException
java.nio.file.FileAlreadyExistsException
- 所有已实现的接口:
-
Serializable
当尝试创建一个文件或目录,而具有相同名称的文件已经存在时抛出的已检查异常。
- 自从:
- 1.7
- 参见:
-
Constructor Summary
ConstructorDescription构造此类的一个实例。FileAlreadyExistsException
(String file, String other, String reason) 构造此类的一个实例。 -
Method Summary
Methods declared in class java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileAlreadyExistsException
构造此类的一个实例。- 参数:
-
file
- 标识文件的字符串,如果不知道则为null
-
FileAlreadyExistsException
构造此类的一个实例。- 参数:
-
file
- 标识文件的字符串,如果不知道则为null
-
other
- 标识另一个文件的字符串,如果不知道则为null
-
reason
- 具有附加信息的原因消息,如果没有则为null
-