Searched refs:MalformedURLException (Results 1 - 25 of 254) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/classes/java/net/
H A DMalformedURLException.java38 public class MalformedURLException extends IOException { class in inherits:IOException
42 * Constructs a <code>MalformedURLException</code> with no detail message.
44 public MalformedURLException() { method in class:MalformedURLException
48 * Constructs a <code>MalformedURLException</code> with the
53 public MalformedURLException(String msg) { method in class:MalformedURLException
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRMIClassLoaderSpi.java28 import java.net.MalformedURLException;
91 * @throws MalformedURLException if <code>codebase</code> is
101 throws MalformedURLException, ClassNotFoundException;
125 * @throws MalformedURLException if <code>codebase</code> is
140 throws MalformedURLException, ClassNotFoundException;
163 * @throws MalformedURLException if <code>codebase</code> is
174 throws MalformedURLException; // SecurityException
H A DLoaderHandler.java28 import java.net.MalformedURLException;
53 * @exception MalformedURLException
64 throws MalformedURLException, ClassNotFoundException;
72 * @exception MalformedURLException
83 throws MalformedURLException, ClassNotFoundException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DResourceLoader.java29 import java.net.MalformedURLException;
54 URL getResource(String path) throws MalformedURLException;
60 URL getCatalogFile() throws MalformedURLException;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/
H A DRepositoryIdInterface.java30 import java.net.MalformedURLException;
41 throws ClassNotFoundException, MalformedURLException;
45 throws ClassNotFoundException, MalformedURLException;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/helpers/
H A DFileURL.java27 import java.net.MalformedURLException;
73 * @throws MalformedURLException if the pathname can't be turned into
76 public static URL makeURL(String pathname) throws MalformedURLException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DResourceLoader.java30 import java.net.MalformedURLException;
64 * @throws MalformedURLException if there is an error in creating URL
66 public abstract URL getResource(String resource) throws MalformedURLException;
/openjdk7/jdk/test/java/net/URL/
H A DParseAuthority.java38 } catch (MalformedURLException me) {
49 } catch (MalformedURLException me) {
H A DTestPort.java37 } catch (MalformedURLException e) {
41 throw new RuntimeException("MalformedURLException not thrown!");
44 } catch (MalformedURLException e) {
48 throw new RuntimeException("MalformedURLException not thrown!");
H A DParseURL.java33 public static void main(String args[]) throws MalformedURLException {
/openjdk7/jdk/test/sun/net/www/protocol/mailto/
H A DHandlerParse.java35 } catch(MalformedURLException e) {
39 throw new RuntimeException("MalformedURLException was not thrown!");
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DUrlUtil.java28 import java.net.MalformedURLException;
46 public static final String decode(String s) throws MalformedURLException {
51 throw new MalformedURLException("ISO-Latin-1 decoder unavailable");
65 throws MalformedURLException, UnsupportedEncodingException {
69 MalformedURLException mue = new MalformedURLException("Invalid URI encoding: " + s);
H A DUri.java29 import java.net.MalformedURLException;
120 public Uri(String uri) throws MalformedURLException {
136 protected void init(String uri) throws MalformedURLException {
194 private void parse(String uri) throws MalformedURLException {
199 throw new MalformedURLException("Invalid URI: " + uri);
214 throw new MalformedURLException("Invalid URI: " + uri);
247 public static void main(String args[]) throws MalformedURLException {
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXServiceURL.java35 import java.net.MalformedURLException;
131 * @exception MalformedURLException if <code>serviceURL</code>
138 public JMXServiceURL(String serviceURL) throws MalformedURLException {
146 throw new MalformedURLException("Service URL contains " +
160 throw new MalformedURLException("Service URL must start with " +
171 throw new MalformedURLException("Missing \"://\" after " +
182 throw new MalformedURLException("Bad host name: [ without ]");
185 throw new MalformedURLException("Address inside [...] must " +
198 throw new MalformedURLException("Cannot give port number " +
208 throw new MalformedURLException("Ba
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCorbanameUrl.java31 import java.net.MalformedURLException;
88 public CorbanameUrl(String url) throws MalformedURLException {
91 throw new MalformedURLException("Invalid corbaname URL: " + url);
123 } catch (MalformedURLException e) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DVersionHelper.java28 import java.net.MalformedURLException;
64 throws MalformedURLException;
67 static protected URL[] getUrlArray(String[] url) throws MalformedURLException {
/openjdk7/jdk/src/share/classes/com/sun/jndi/url/iiop/
H A DiiopURLContext.java31 import java.net.MalformedURLException;
78 throw new MalformedURLException("Not a valid URL: " + url);
80 } catch (MalformedURLException e) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DCatalogReader.java27 import java.net.MalformedURLException;
55 * @throws MalformedURLException if the specified URL cannot be
64 throws MalformedURLException, IOException, CatalogException;
/openjdk7/jdk/src/share/classes/java/rmi/
H A DNaming.java28 import java.net.MalformedURLException;
87 * @exception MalformedURLException if the name is not an appropriately
93 java.net.MalformedURLException,
110 * @exception MalformedURLException if the name is not an appropriately
119 java.net.MalformedURLException,
137 * @exception MalformedURLException if the name is not an appropriately
147 java.net.MalformedURLException
161 * @exception MalformedURLException if the name is not an appropriately
169 throws RemoteException, java.net.MalformedURLException
190 * @exception MalformedURLException i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/iiop/
H A DClientProvider.java29 import java.net.MalformedURLException;
43 throw new MalformedURLException("Protocol not iiop: " +
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/rmi/
H A DClientProvider.java29 import java.net.MalformedURLException;
43 throw new MalformedURLException("Protocol not rmi: " +
/openjdk7/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/
H A DIOExceptionIfEncodedURLTest.java37 import java.net.MalformedURLException;
52 throws MalformedURLException{
/openjdk7/jdk/test/java/security/Policy/GetInstance/
H A DGetInstancePolicySpi.java26 import java.net.MalformedURLException;
42 } catch (MalformedURLException mue) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsUrl.java29 import java.net.MalformedURLException;
67 throws MalformedURLException {
81 public DnsUrl(String url) throws MalformedURLException {
85 throw new MalformedURLException(
112 public static void main(String args[]) throws MalformedURLException {
/openjdk7/jdk/test/java/net/URLConnection/
H A DConnect.java42 catch(MalformedURLException e) {

Completed in 80 milliseconds

1234567891011