Java Platform 1.2
Beta 4

Uses of Class
java.net.MalformedURLException

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.  
java.rmi Provides the RMI package.  
java.rmi.server Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.  
 

Uses of MalformedURLException in java.io
 

Methods in java.io that throw MalformedURLException
 URL File.toURL()
          Converts this abstract pathname into a file: URL. The exact form of the URL is system-dependent.
 

Uses of MalformedURLException in java.net
 

Constructors in java.net that throw MalformedURLException
JarURLConnection.JarURLConnection(URL url)
           
URL.URL(String protocol, String host, int port, String file)
          Creates a URL object from the specified protocol, host, port number, and file.
URL.URL(String protocol, String host, String file)
          Creates an absolute URL from the specified protocol name, host name, and file name.
URL.URL(String spec)
          Creates a URL object from the String representation.
URL.URL(URL context, String spec)
          Creates a URL by parsing the specification spec within a specified context.
 

Uses of MalformedURLException in java.rmi
 

Methods in java.rmi that throw MalformedURLException
static Remote Naming.lookup(String name)
          Returns the remote object for the URL.
static void Naming.bind(String name, Remote obj)
          Binds the name to the specified remote object.
static void Naming.unbind(String name)
          Unbind the name.
static void Naming.rebind(String name, Remote obj)
          Rebind the name to a new object; replaces any existing binding.
static String[] Naming.list(String name)
          Returns an array of strings of the URLs in the registry.
 

Uses of MalformedURLException in java.rmi.server
 

Methods in java.rmi.server that throw MalformedURLException
 Class LoaderHandler.loadClass(String name)
          Deprecated. Load a class from the location specified by the java.rmi.server.codebase property.
 Class LoaderHandler.loadClass(URL codebase, String name)
          Deprecated. Load a class from a URL.
static Class RMIClassLoader.loadClass(String name)
          Deprecated.  
static Class RMIClassLoader.loadClass(URL codebase, String name)
          Load a class from a codebase URL.
static Class RMIClassLoader.loadClass(String codebase, String name)
          Load a class from a codebase URL path.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.