JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
java.net.MalformedURLException
Packages that use
MalformedURLException
Package
Description
java.net
Uses of
MalformedURLException
in
java.net
Constructors in
java.net
that throw
MalformedURLException
Modifier
Constructor
Description
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.