java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.net.MalformedURLException
public class MalformedURLException
抛出这一异常指示出现了错误的 URL。或者在规范字符串中找不到任何合法协议,或者无法解析字符串。
构造方法摘要 | |
---|---|
MalformedURLException() 构造不带详细消息的 MalformedURLException 。 |
|
MalformedURLException(String msg) 构造带指定详细消息的 MalformedURLException 。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public MalformedURLException()
MalformedURLException
。
public MalformedURLException(String msg)
MalformedURLException
。
msg
- 详细消息。