/openjdk7/jdk/src/share/classes/java/net/ |
H A D | MalformedURLException.java | 38 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 D | RMIClassLoaderSpi.java | 28 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 D | LoaderHandler.java | 28 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 D | ResourceLoader.java | 29 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 D | RepositoryIdInterface.java | 30 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 D | FileURL.java | 27 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 D | ResourceLoader.java | 30 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 D | ParseAuthority.java | 38 } catch (MalformedURLException me) { 49 } catch (MalformedURLException me) {
|
H A D | TestPort.java | 37 } catch (MalformedURLException e) { 41 throw new RuntimeException("MalformedURLException not thrown!"); 44 } catch (MalformedURLException e) { 48 throw new RuntimeException("MalformedURLException not thrown!");
|
H A D | ParseURL.java | 33 public static void main(String args[]) throws MalformedURLException {
|
/openjdk7/jdk/test/sun/net/www/protocol/mailto/ |
H A D | HandlerParse.java | 35 } catch(MalformedURLException e) { 39 throw new RuntimeException("MalformedURLException was not thrown!");
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/ |
H A D | UrlUtil.java | 28 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 D | Uri.java | 29 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 D | JMXServiceURL.java | 35 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 D | CorbanameUrl.java | 31 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 D | VersionHelper.java | 28 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 D | iiopURLContext.java | 31 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 D | CatalogReader.java | 27 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 D | Naming.java | 28 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 D | ClientProvider.java | 29 import java.net.MalformedURLException; 43 throw new MalformedURLException("Protocol not iiop: " +
|
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/protocol/rmi/ |
H A D | ClientProvider.java | 29 import java.net.MalformedURLException; 43 throw new MalformedURLException("Protocol not rmi: " +
|
/openjdk7/jdk/test/java/awt/appletviewer/IOExceptionIfEncodedURLTest/ |
H A D | IOExceptionIfEncodedURLTest.java | 37 import java.net.MalformedURLException; 52 throws MalformedURLException{
|
/openjdk7/jdk/test/java/security/Policy/GetInstance/ |
H A D | GetInstancePolicySpi.java | 26 import java.net.MalformedURLException; 42 } catch (MalformedURLException mue) {
|
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/ |
H A D | DnsUrl.java | 29 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 D | Connect.java | 42 catch(MalformedURLException e) {
|