What's a MalformedURLException?
Created Feb 18, 2000
John Zukowski When you try to create a new URL by calling its constructor, it will throw a MalformedURLException if the URL string is not parseable or contains an unsupported protocol.
Created Feb 18, 2000