jdk/src/java.base/share/classes/java/nio/file/InvalidPathException.java
changeset 44255 515cf13d7791
parent 32143 394ab6a6658d
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
    27 
    27 
    28 /**
    28 /**
    29  * Unchecked exception thrown when path string cannot be converted into a
    29  * Unchecked exception thrown when path string cannot be converted into a
    30  * {@link Path} because the path string contains invalid characters, or
    30  * {@link Path} because the path string contains invalid characters, or
    31  * the path string is invalid for other file system specific reasons.
    31  * the path string is invalid for other file system specific reasons.
       
    32  *
       
    33  * @since 1.7
    32  */
    34  */
    33 
    35 
    34 public class InvalidPathException
    36 public class InvalidPathException
    35     extends IllegalArgumentException
    37     extends IllegalArgumentException
    36 {
    38 {