Uses of Class java.net.URISyntaxException

Uses in package java.net

Constructors which throw type java.net.URISyntaxException

URI.URI(String str)
Creates an URI from the given string
URI.URI(String scheme, String ssp, String fragment)
Create an URI from the given components
URI.URI(String scheme, String userInfo, String host, int port, String path, String query, String fragment)
Create an URI from the given components
URI.URI(String scheme, String host, String path, String fragment)
Create an URI from the given components
URI.URI(String scheme, String authority, String path, String query, String fragment)
Create an URI from the given components

Methods which throw type java.net.URISyntaxException

URI
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
URI
Returns the equivalent URI object for this URL.