public class MalformedURLException extends IOException
URL,
Serialized Form| Constructor and Description |
|---|
MalformedURLException()
Constructs a new instance.
|
MalformedURLException(String detailMessage)
Constructs a new instance with the given detail message.
|
MalformedURLException(String detailMessage,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedURLException()
public MalformedURLException(String detailMessage)