Searched refs:MalformedURIException (Results 1 - 24 of 24) sorted by relevance

/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/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...]
H A DSystemIDResolver.java29 import com.sun.org.apache.xml.internal.serializer.utils.URI.MalformedURIException;
296 catch (MalformedURIException mue)
/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...]
H A DSystemIDResolver.java29 import com.sun.org.apache.xml.internal.utils.URI.MalformedURIException;
289 catch (MalformedURIException mue)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLInputSourceAdaptor.java66 import com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
103 } catch (MalformedURIException e) {
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...]
H A DXMLCatalogResolver.java283 catch (URI.MalformedURIException ex) {}
353 catch (URI.MalformedURIException ex) {}
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNotationImpl.java196 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e){
H A DElementNSImpl.java365 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e) {
378 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException ex){
401 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e){
415 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e){
H A DEntityReferenceImpl.java181 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e){
H A DElementImpl.java184 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e) {
193 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException ex){
219 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e){
H A DCoreDocumentImpl.java1194 catch (com.sun.org.apache.xerces.internal.util.URI.MalformedURIException e){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAnyURIDV.java43 } catch (URI.MalformedURIException ex) {
65 } catch (URI.MalformedURIException ex) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java1765 private static synchronized URI getUserDir() throws URI.MalformedURIException {
1868 throws URI.MalformedURIException {
1897 } catch (URI.MalformedURIException e) {
1914 } catch (URI.MalformedURIException e) {
1955 throws URI.MalformedURIException {
1978 catch (URI.MalformedURIException ex) {
1990 catch (URI.MalformedURIException e) {
2009 catch (URI.MalformedURIException e) {
2041 catch (URI.MalformedURIException e) {
2071 throws URI.MalformedURIException {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverLocalFilesystem.java150 throws URI.MalformedURIException {
H A DResolverDirectHTTP.java296 throws URI.MalformedURIException {
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEntityStorage.java533 } catch (URI.MalformedURIException e) {
552 catch (URI.MalformedURIException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java47 import com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
1562 catch (URI.MalformedURIException exc) {
1572 catch (URI.MalformedURIException exc2) {
1947 catch (MalformedURIException e) {
2016 catch (MalformedURIException e) {
2144 protected String getRelativeBaseURI() throws MalformedURIException {
2847 public String getRelativeURI(int depth) throws MalformedURIException {
2906 catch (MalformedURIException e) {
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java1132 } catch (URI.MalformedURIException mfue) {
1287 } catch (URI.MalformedURIException mfue) {
2790 } catch (URI.MalformedURIException fmue) {
2851 } catch (URI.MalformedURIException mfue) {
3383 } catch (URI.MalformedURIException mfue) {
3421 } catch (URI.MalformedURIException mfue) {
3500 } catch (URI.MalformedURIException mfue) {
3681 } catch (URI.MalformedURIException mfue) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java1073 catch (URI.MalformedURIException ex) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DElementImpl.java803 } catch (JaxmURI.MalformedURIException m) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java79 import com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
534 catch (MalformedURIException e) {
992 catch (MalformedURIException e) {
1093 catch(MalformedURIException e) {
1152 catch (MalformedURIException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java60 import com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
2452 catch (MalformedURIException e) {
2495 catch (MalformedURIException e) {

Completed in 145 milliseconds