JavaTM 2 Platform
Standard Ed. 6

javax.xml.stream
類別 XMLStreamException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.xml.stream.XMLStreamException
所有已實作的介面:
Serializable

public class XMLStreamException
extends Exception

用於不可預料處理錯誤的基本異常。此異常類別用於報告格式良好的錯誤以及不可預料的處理條件。

從以下版本開始:
1.6
另請參見:
序列化表格

欄位摘要
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
 

欄位詳細資訊

nested

protected Throwable nested

location

protected Location location
建構子詳細資訊

XMLStreamException

public XMLStreamException()
預設建構子


XMLStreamException

public XMLStreamException(String msg)
建構具有關聯訊息的異常。

參數:
msg - 要報告的訊息

XMLStreamException

public XMLStreamException(Throwable th)
建構具有關聯異常的異常

參數:
th - 巢狀的異常

XMLStreamException

public XMLStreamException(String msg,
                          Throwable th)
建構具有關聯訊息和異常的異常

參數:
th - 巢狀異常
msg - 要報告的訊息

XMLStreamException

public XMLStreamException(String msg,
                          Location location,
                          Throwable th)
建構具有關聯訊息、異常和位置的異常。

參數:
th - 巢狀異常
msg - 要報告的訊息
location - 錯誤的位置

XMLStreamException

public XMLStreamException(String msg,
                          Location location)
建構具有關聯訊息、異常和位置的異常。

參數:
msg - 要報告的訊息
location - 錯誤的位置
方法詳細資訊

getNestedException

public Throwable getNestedException()
獲取巢狀異常。

返回:
巢狀異常

getLocation

public Location getLocation()
獲取異常的位置

返回:
異常的位置;如果沒有可用位置,則返回 null

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only