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, toString
public MalformedURLException()
MalformedURLException
。
public MalformedURLException(String msg)
MalformedURLException
详细消息的MalformedURLException。
msg
- 详细信息。