|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Error javax.xml.transform.TransformerFactoryConfigurationError
public class TransformerFactoryConfigurationError
當通過 Transformer Factories 進行的配置存在問題時拋出此異常。當找不到或不能實例化系統屬性中指定的轉換處理器類別時,通常拋出此錯誤。
建構子摘要 | |
---|---|
TransformerFactoryConfigurationError()
創建不帶詳細訊息的新 TransformerFactoryConfigurationError 。 |
|
TransformerFactoryConfigurationError(Exception e)
創建帶有錯誤的給定 Exception 基本原因的新 TransformerFactoryConfigurationError 。 |
|
TransformerFactoryConfigurationError(Exception e,
String msg)
創建帶有給定 Exception 基本原因和詳細訊息的新 TransformerFactoryConfigurationError 。 |
|
TransformerFactoryConfigurationError(String msg)
創建帶有指定為錯誤訊息的 String 的新 TransformerFactoryConfigurationError 。 |
方法摘要 | |
---|---|
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 |
建構子詳細資訊 |
---|
public TransformerFactoryConfigurationError()
TransformerFactoryConfigurationError
。
public TransformerFactoryConfigurationError(String msg)
String
的新 TransformerFactoryConfigurationError
。
msg
- 針對該異常的錯誤訊息。public TransformerFactoryConfigurationError(Exception e)
Exception
基本原因的新 TransformerFactoryConfigurationError
。
e
- 要封裝在 TransformerFactoryConfigurationError 中的異常。public TransformerFactoryConfigurationError(Exception e, String msg)
Exception
基本原因和詳細訊息的新 TransformerFactoryConfigurationError
。
e
- 要封裝在 TransformerFactoryConfigurationError 中的異常msg
- 詳細訊息。方法詳細資訊 |
---|
public String getMessage()
Throwable
中的 getMessage
public Exception getException()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。