|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.net.URISyntaxException
public class URISyntaxException
抛出经过检查的指示字符串不能解析为 URI 引用的异常。
URI
,
序列化表格
构造方法摘要 | |
---|---|
URISyntaxException(String input, String reason) 根据给定的输入字符串和原因构造一个实例。 |
|
URISyntaxException(String input, String reason, int index) 根据给定的输入字符串、原因和错误索引构造一个实例。 |
方法摘要 | |
---|---|
int |
getIndex() 返回输入字符串中出现解析错误的位置的索引,或者如果该位置为未知,则返回 -1。 |
String |
getInput() 返回输入字符串。 |
String |
getMessage() 返回描述解析错误的字符串。 |
String |
getReason() 返回一个字符串,解释输入字符串不能解析的原因。 |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public URISyntaxException(String input, String reason, int index)
input
- 输入字符串
reason
- 解释输入不能解析的原因的字符串
index
- 出现解析错误的位置的索引,或者如果索引为未知,则为
-1
NullPointerException
- 如果输入或原因字符串之一为
null
IllegalArgumentException
- 如果错误索引小于
-1
public URISyntaxException(String input, String reason)
input
- 输入字符串
reason
- 解释输入不能解析的原因的字符串
NullPointerException
- 如果输入或原因字符串之一为
null
方法详细信息 |
---|
public String getInput()
public String getReason()
public int getIndex()
public String getMessage()
Throwable
中的
getMessage
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。