< prev index next >

src/java.base/share/classes/java/nio/file/FileSystemNotFoundException.java

Print this page

        

*** 25,34 **** --- 25,36 ---- package java.nio.file; /** * Runtime exception thrown when a file system cannot be found. + * + * @since 1.7 */ public class FileSystemNotFoundException extends RuntimeException {
< prev index next >