Searched defs:MalformedURIException (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DURI.java75 public static class MalformedURIException extends IOException class in class:URI
79 * Constructs a <code>MalformedURIException</code> with no specified
82 public MalformedURIException() method in class:URI.MalformedURIException
88 * Constructs a <code>MalformedURIException</code> with the
93 public MalformedURIException(String p_msg) method in class:URI.MalformedURIException
179 * @throws MalformedURIException if p_uriSpec violates any syntax
182 public URI(String p_uriSpec) throws MalformedURIException
196 * @throws MalformedURIException if p_uriSpec violates any syntax
199 public URI(URI p_base, String p_uriSpec) throws MalformedURIException
213 * @throws MalformedURIException i
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DURI.java73 public static class MalformedURIException extends IOException class in class:URI
77 * Constructs a <code>MalformedURIException</code> with no specified
80 public MalformedURIException() method in class:URI.MalformedURIException
86 * Constructs a <code>MalformedURIException</code> with the
91 public MalformedURIException(String p_msg) method in class:URI.MalformedURIException
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 i
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java75 public static class MalformedURIException extends IOException { class in class:JaxmURI
78 * Constructs a <code>MalformedURIException</code> with no specified
81 public MalformedURIException() { method in class:JaxmURI.MalformedURIException
86 * Constructs a <code>MalformedURIException</code> with the
91 public MalformedURIException(String p_msg) { method in class:JaxmURI.MalformedURIException
162 * @exception MalformedURIException if p_uriSpec violates any syntax
165 public JaxmURI(String p_uriSpec) throws MalformedURIException {
178 * @exception MalformedURIException if p_uriSpec violates any syntax
181 public JaxmURI(JaxmURI p_base, String p_uriSpec) throws MalformedURIException {
194 * @exception MalformedURIException i
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DURI.java69 public static class MalformedURIException extends IOException { class in class:URI
75 * Constructs a <code>MalformedURIException</code> with no specified
78 public MalformedURIException() { method in class:URI.MalformedURIException
83 * Constructs a <code>MalformedURIException</code> with the
88 public MalformedURIException(String p_msg) { method in class:URI.MalformedURIException
271 * @exception MalformedURIException if p_uriSpec violates any syntax
274 public URI(String p_uriSpec) throws MalformedURIException {
294 * @exception MalformedURIException if p_uriSpec violates any syntax
297 public URI(String p_uriSpec, boolean allowNonAbsoluteURI) throws MalformedURIException {
310 * @exception MalformedURIException i
[all...]

Completed in 35 milliseconds