|
JavaTM 2 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
- 如果錯誤索引小於 -1public URISyntaxException(String input, String reason)
input
- 輸入字元串reason
- 解釋輸入不能解析的原因的字元串
NullPointerException
- 如果輸入或原因字元串之一為 null方法詳細資訊 |
---|
public String getInput()
public String getReason()
public int getIndex()
public String getMessage()
Throwable
中的 getMessage
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。