|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.xpath.XPathException
javax.xml.xpath.XPathFactoryConfigurationException
public class XPathFactoryConfigurationException
XPathFactoryConfigurationException 表示 XPathFactory 環境中的配置錯誤。
| 建構子摘要 | |
|---|---|
XPathFactoryConfigurationException(String message)
建構帶指定詳細 message 的新 XPathFactoryConfigurationException。 |
|
XPathFactoryConfigurationException(Throwable cause)
建構帶指定 cause 的新 XPathFactoryConfigurationException。 |
|
| 方法摘要 |
|---|
| 從類別 javax.xml.xpath.XPathException 繼承的方法 |
|---|
getCause, printStackTrace, printStackTrace, printStackTrace |
| 從類別 java.lang.Throwable 繼承的方法 |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 建構子詳細資訊 |
|---|
public XPathFactoryConfigurationException(String message)
建構帶指定詳細 message 的新 XPathFactoryConfigurationException。
cause 未初始化。
如果 message 為 null,則拋出 NullPointerException。
message - 詳細訊息。
NullPointerException - 當 message 為
null 時。public XPathFactoryConfigurationException(Throwable cause)
建構帶指定 cause 的新 XPathFactoryConfigurationException。
如果 cause 為 null,則拋出 NullPointerException。
cause - 原因
NullPointerException - 如果 cause 為 null。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。