MalformedURLException.MalformedURLException
Class Overview | Class Members |
This Package |
All Packages
public MalformedURLException()
Description
Constructs a MalformedURLException with no detail message.
public MalformedURLException( String msg )
Parameters
- msg
- the detail message.
Description
Constructs a MalformedURLException with the
specified detail message.