Uses of Class
org.wymiwyg.commons.util.MalformedURIException

Packages that use MalformedURIException
org.wymiwyg.commons.util   
 

Uses of MalformedURIException in org.wymiwyg.commons.util
 

Methods in org.wymiwyg.commons.util that throw MalformedURIException
 String URI.relativize(String abs, int flags)
           
 void URI.setFragment(String p_fragment)
          Set the fragment for this URI.
 

Constructors in org.wymiwyg.commons.util that throw MalformedURIException
URI(String p_uriSpec)
          Construct a new URI from a URI specification string.
URI(String p_scheme, String p_schemeSpecificPart)
          Construct a new URI that does not follow the generic URI syntax.
URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment)
          Construct a new URI that follows the generic URI syntax from its component parts.
URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment)
          Construct a new URI that follows the generic URI syntax from its component parts.
URI(URI p_base, String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
 



Copyright © 2011. All Rights Reserved.