public class MalformedURLException extends IOException
| Constructor and Description |
|---|
MalformedURLException()
构造一个没有详细消息的
MalformedURLException 。
|
MalformedURLException(String msg)
构造具有
MalformedURLException详细消息的MalformedURLException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedURLException()
MalformedURLException 。
public MalformedURLException(String msg)
MalformedURLException详细消息的MalformedURLException。
msg - 详细信息。