MalformedURLException.MalformedURLException

MalformedURLException.MalformedURLException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public MalformedURLException()
Description
Constructs a MalformedURLException with no detail message.



Syntax 2
public MalformedURLException( String msg )
Parameters
msg
the detail message.
Description
Constructs a MalformedURLException with the specified detail message.