Searched defs:URISyntaxException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DURISyntaxException.java21 * A {@code URISyntaxException} will be thrown if some information could not be parsed
24 public class URISyntaxException extends Exception { class in inherits:Exception
33 * Constructs a new {@code URISyntaxException} instance containing the
49 public URISyntaxException(String input, String reason, int index) { method in class:URISyntaxException
67 * Constructs a new {@code URISyntaxException} instance containing the
78 public URISyntaxException(String input, String reason) { method in class:URISyntaxException

Completed in 37 milliseconds