changeset 44255 | 515cf13d7791 |
parent 25859 | 3317bb8137f4 |
44254:123a06da53d0 | 44255:515cf13d7791 |
---|---|
25 |
25 |
26 package java.nio.file; |
26 package java.nio.file; |
27 |
27 |
28 /** |
28 /** |
29 * Runtime exception thrown when a file system cannot be found. |
29 * Runtime exception thrown when a file system cannot be found. |
30 * |
|
31 * @since 1.7 |
|
30 */ |
32 */ |
31 |
33 |
32 public class FileSystemNotFoundException |
34 public class FileSystemNotFoundException |
33 extends RuntimeException |
35 extends RuntimeException |
34 { |
36 { |