Example usage for Java java.nio.file InvalidPathException fields, constructors, methods, implement or subclass
The text is from its open source code.
InvalidPathException(String input, String reason) Constructs an instance from the given input string and reason. |
int | getIndex() Returns an index into the input string of the position at which the error occurred, or -1 if this position is not known. |
String | getInput() Returns the input string. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns a string describing the error. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |