Module java.base
Package java.nio.file

Class InvalidPathException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidPathException extends IllegalArgumentException
Unchecked exception thrown when path string cannot be converted into a Path because the path string contains invalid characters, or the path string is invalid for other file system specific reasons.
Since:
1.7
See Also: