JSR-62 (Final)

Uses of Class
java.net.MalformedURLException

Packages that use MalformedURLException
java.io   
java.net   
 

Uses of MalformedURLException in java.io
 

Methods in java.io that throw MalformedURLException
 URL File.toURL()
          Converts this abstract pathname into a file: URL.
 

Uses of MalformedURLException in java.net
 

Constructors in java.net that throw MalformedURLException
JarURLConnection(URL url)
          Creates the new JarURLConnection to the specified URL.
URL(String protocol, String host, int port, String file)
          Creates a URL object from the specified protocol, host, port number, and file.
URL(String protocol, String host, String file)
          Creates a URL from the specified protocol name, host name, and file name.
URL(String protocol, String host, int port, String file, URLStreamHandler handler)
          Creates a URL object from the specified protocol, host, port number, file, and handler.
URL(String spec)
          Creates a URL object from the String representation.
URL(URL context, String spec)
          Creates a URL by parsing the given spec within a specified context.
URL(URL context, String spec, URLStreamHandler handler)
          Creates a URL by parsing the given spec with the specified handler within a specified context.
 


JSR-62 (Final)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.