|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.stream.XMLStreamException
public class XMLStreamException
用於不可預料處理錯誤的基本異常。此異常類別用於報告格式良好的錯誤以及不可預料的處理條件。
欄位摘要 | |
---|---|
protected Location |
location
|
protected Throwable |
nested
|
建構子摘要 | |
---|---|
XMLStreamException()
預設建構子 |
|
XMLStreamException(String msg)
建構具有關聯訊息的異常。 |
|
XMLStreamException(String msg,
Location location)
建構具有關聯訊息、異常和位置的異常。 |
|
XMLStreamException(String msg,
Location location,
Throwable th)
建構具有關聯訊息、異常和位置的異常。 |
|
XMLStreamException(String msg,
Throwable th)
建構具有關聯訊息和異常的異常 |
|
XMLStreamException(Throwable th)
建構具有關聯異常的異常 |
方法摘要 | |
---|---|
Location |
getLocation()
獲取異常的位置 |
Throwable |
getNestedException()
獲取巢狀異常。 |
從類別 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 |
欄位詳細資訊 |
---|
protected Throwable nested
protected Location location
建構子詳細資訊 |
---|
public XMLStreamException()
public XMLStreamException(String msg)
msg
- 要報告的訊息public XMLStreamException(Throwable th)
th
- 巢狀的異常public XMLStreamException(String msg, Throwable th)
th
- 巢狀異常msg
- 要報告的訊息public XMLStreamException(String msg, Location location, Throwable th)
th
- 巢狀異常msg
- 要報告的訊息location
- 錯誤的位置public XMLStreamException(String msg, Location location)
msg
- 要報告的訊息location
- 錯誤的位置方法詳細資訊 |
---|
public Throwable getNestedException()
public Location getLocation()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。