HomeSort by relevance Sort by last modified time
    Searched defs:MalformedURIException (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/serializer/utils/
URI.java 73 public static class MalformedURIException extends IOException
77 * Constructs a <code>MalformedURIException</code> with no specified
80 public MalformedURIException()
86 * Constructs a <code>MalformedURIException</code> with the
91 public MalformedURIException(String p_msg)
177 * @throws MalformedURIException if p_uriSpec violates any syntax
180 public URI(String p_uriSpec) throws MalformedURIException
194 * @throws MalformedURIException if p_uriSpec violates any syntax
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException
211 * @throws MalformedURIException if p_scheme violates an
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
URI.java 70 public static class MalformedURIException extends IOException
74 * Constructs a <code>MalformedURIException</code> with no specified
77 public MalformedURIException()
83 * Constructs a <code>MalformedURIException</code> with the
88 public MalformedURIException(String p_msg)
174 * @throws MalformedURIException if p_uriSpec violates any syntax
177 public URI(String p_uriSpec) throws MalformedURIException
191 * @throws MalformedURIException if p_uriSpec violates any syntax
194 public URI(URI p_base, String p_uriSpec) throws MalformedURIException
208 * @throws MalformedURIException if p_scheme violates an
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 407 milliseconds