java.net
Class MalformedURLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.net.MalformedURLException
This exception indicates that a URL passed to an object was not in a
valid format.
Authors:- Aaron M. Renn <arenn@urbanophile.com>
- Warren Levy <warrenl@cygnus.com>
MalformedURLException
public MalformedURLException()
Create a new instance without a descriptive error message.
MalformedURLException
public MalformedURLException(java.lang.String message)
Create a new instance with a descriptive error message.
Parameters: