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 Constructor Description URL(String spec)Creates aURLobject from theStringrepresentation.URL(URL context, String spec)Creates a URL by parsing the given spec within a specified context.
-