src/share/classes/java/nio/file/Path.java

Print this page

        

*** 520,530 **** * against a file system default directory. Depending on the implementation, * this method may throw an I/O error if the file system is not accessible. * * @return a {@code Path} object representing the absolute path * ! * @throws IOError * if an I/O error occurs * @throws SecurityException * In the case of the default provider, a security manager * is installed, and this path is not absolute, then the security * manager's {@link SecurityManager#checkPropertyAccess(String) --- 520,530 ---- * against a file system default directory. Depending on the implementation, * this method may throw an I/O error if the file system is not accessible. * * @return a {@code Path} object representing the absolute path * ! * @throws java.io.IOError * if an I/O error occurs * @throws SecurityException * In the case of the default provider, a security manager * is installed, and this path is not absolute, then the security * manager's {@link SecurityManager#checkPropertyAccess(String)