Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.MalformedURLException

Uses of MalformedURLException in java.net
 

Methods in java.net that throw MalformedURLException
 URL URI.toURL()
          Creates an URL from an URI
 

Constructors in java.net that throw MalformedURLException
JarURLConnection(URL url)
          Creates a JarURLConnection from an URL object
URL(java.lang.String protocol, java.lang.String host, int port, java.lang.String file)
          Constructs a URL and loads a protocol handler for the values passed as arguments.
URL(java.lang.String protocol, java.lang.String host, java.lang.String file)
          Constructs a URL and loads a protocol handler for the values passed in as arugments.
URL(java.lang.String protocol, java.lang.String host, int port, java.lang.String file, URLStreamHandler ph)
          This method initializes a new instance of URL with the specified protocol, host, port, and file.
URL(java.lang.String spec)
          Initializes a URL from a complete string specification such as "http://www.urbanophile.com/arenn/".
URL(URL context, java.lang.String spec)
          This method parses a String representation of a URL within the context of an existing URL.
URL(URL context, java.lang.String spec, URLStreamHandler ph)
          Creates an URL from given arguments This method parses a String representation of a URL within the context of an existing URL.