< prev index next >

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

Print this page

        

@@ -27,10 +27,12 @@
 
 /**
  * Unchecked exception thrown when path string cannot be converted into a
  * {@link Path} because the path string contains invalid characters, or
  * the path string is invalid for other file system specific reasons.
+ *
+ * @since 1.7
  */
 
 public class InvalidPathException
     extends IllegalArgumentException
 {
< prev index next >