Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.URISyntaxException

Uses of URISyntaxException in java.net
 

Methods in java.net that throw URISyntaxException
 URI URL.toURI()
          Returns the equivalent URI object for this URL.
private  void URI.parseURI(java.lang.String str)
          Sets fields of this URI by parsing the given string.
private static java.lang.String URI.unquote(java.lang.String str)
          Unquote "%" + hex quotes characters
 URI URI.parseServerAuthority()
          Attempts to parse this URI's authority component, if defined, into user-information, host, and port components.
 

Constructors in java.net that throw URISyntaxException
URI(java.lang.String str)
          Creates an URI from the given string
URI(java.lang.String scheme, java.lang.String userInfo, java.lang.String host, int port, java.lang.String path, java.lang.String query, java.lang.String fragment)
          Create an URI from the given components
URI(java.lang.String scheme, java.lang.String authority, java.lang.String path, java.lang.String query, java.lang.String fragment)
          Create an URI from the given components
URI(java.lang.String scheme, java.lang.String host, java.lang.String path, java.lang.String fragment)
          Create an URI from the given components
URI(java.lang.String scheme, java.lang.String ssp, java.lang.String fragment)
          Create an URI from the given components