- URI - Class in java.net
-
Represents a Uniform Resource Identifier (URI) reference.
- URI(String) - Constructor for class java.net.URI
-
Constructs a URI by parsing the given string.
- URI(String, String, String, int, String, String, String) - Constructor for class java.net.URI
-
Constructs a hierarchical URI from the given components.
- URI(String, String, String, String, String) - Constructor for class java.net.URI
-
Constructs a hierarchical URI from the given components.
- URI(String, String, String, String) - Constructor for class java.net.URI
-
Constructs a hierarchical URI from the given components.
- URI(String, String, String) - Constructor for class java.net.URI
-
Constructs a URI from the given components.
- URISyntaxException - Exception in java.net
-
Checked exception thrown to indicate that a string could not be parsed as a
URI reference.
- URISyntaxException(String, String, int) - Constructor for exception java.net.URISyntaxException
-
Constructs an instance from the given input string, reason, and error
index.
- URISyntaxException(String, String) - Constructor for exception java.net.URISyntaxException
-
Constructs an instance from the given input string and reason.