What's a MalformedURLException?
Created May 4, 2012
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 May 4, 2012