JavaTM 2 Platform
Standard Ed. 6

javax.xml.stream
類別 FactoryConfigurationError

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

public class FactoryConfigurationError
extends Error

一個用於報告處理器配置錯誤的錯誤類別。

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

建構子摘要
FactoryConfigurationError()
          預設建構子。
FactoryConfigurationError(Exception e)
          建構具有巢狀內部異常的異常。
FactoryConfigurationError(Exception e, String msg)
          建構具有巢狀內部異常和訊息的異常。
FactoryConfigurationError(String msg)
          建構具有關聯訊息的異常。
FactoryConfigurationError(String msg, Exception e)
          建構具有巢狀內部異常和訊息的異常。
 
方法摘要
 Exception getException()
          返回巢狀異常(如果有)。
 String getMessage()
          報告與此錯誤關聯的訊息。
 
從類別 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
 

建構子詳細資訊

FactoryConfigurationError

public FactoryConfigurationError()
預設建構子。


FactoryConfigurationError

public FactoryConfigurationError(Exception e)
建構具有巢狀內部異常的異常。

參數:
e - 要巢狀的異常

FactoryConfigurationError

public FactoryConfigurationError(Exception e,
                                 String msg)
建構具有巢狀內部異常和訊息的異常。

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

FactoryConfigurationError

public FactoryConfigurationError(String msg,
                                 Exception e)
建構具有巢狀內部異常和訊息的異常。

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

FactoryConfigurationError

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

參數:
msg - 要報告的訊息
方法詳細資訊

getException

public Exception getException()
返回巢狀異常(如果有)。

返回:
巢狀異常或 null

getMessage

public String getMessage()
報告與此錯誤關聯的訊息。

覆寫:
類別 Throwable 中的 getMessage
返回:
訊息的字元串值

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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