public class MalformedURLException
extends java.io.IOException
| Constructor and Description |
|---|
MalformedURLException()
Constructs a
MalformedURLException with no detail message. |
MalformedURLException(java.lang.String msg)
Constructs a
MalformedURLException with the
specified detail message. |
public MalformedURLException()
MalformedURLException with no detail message.public MalformedURLException(java.lang.String msg)
MalformedURLException with the
specified detail message.msg - the detail message.