Uses of Class
java.net.URISyntaxException
Packages that use URISyntaxException
-
Uses of URISyntaxException in java.net
Methods in java.net that throw URISyntaxExceptionModifier and TypeMethodDescriptionURI.parseServerAuthority()
Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.URL.toURI()
Returns aURI
equivalent to this URL.Constructors in java.net that throw URISyntaxExceptionModifierConstructorDescriptionConstructs a URI by parsing the given string.Constructs a URI from the given components.URI
(String scheme, String userInfo, String host, int port, String path, String query, String fragment) Constructs a hierarchical URI from the given components.Constructs a hierarchical URI from the given components.Constructs a hierarchical URI from the given components.