| 
 | JSR 217 (Maintenance Release) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MalformedURLException | |
| java.io | Provides for system input and output through data streams, serialization and the file system. | 
| java.net | Provides the classes for implementing networking applications. | 
| 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 | 
| Methods in java.net that throw MalformedURLException | |
|  URL | URI.toURL()Constructs a URL from this URI. | 
| 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 URLobject from the specifiedprotocol,host,portnumber, andfile. | |
| URL(String protocol,
    String host,
    String file)Creates a URL from the specified protocolname,hostname, andfilename. | |
| URL(String protocol,
    String host,
    int port,
    String file,
    URLStreamHandler handler)Creates a URLobject from the specifiedprotocol,host,portnumber,file, andhandler. | |
| URL(String spec)Creates a URLobject from theStringrepresentation. | |
| 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 217 (Maintenance Release) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||