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

  /external/apache-xml/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...]
SystemIDResolver.java 27 import org.apache.xml.serializer.utils.URI.MalformedURIException;
294 catch (MalformedURIException mue)
  /external/apache-xml/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...]
SystemIDResolver.java 27 import org.apache.xml.utils.URI.MalformedURIException;
287 catch (MalformedURIException mue)
  /external/jdiff/
xerces.jar 

Completed in 270 milliseconds