JavaTM 2 Platform
Standard Ed. 6

javax.xml.xpath
類別 XPathException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.xml.xpath.XPathException
所有已實作的介面:
Serializable
直接已知子類別:
XPathExpressionException, XPathFactoryConfigurationException

public class XPathException
extends Exception

XPathException 表示通用 XPath 異常。

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

建構子摘要
XPathException(String message)
          建構帶指定詳細 message 的新 XPathException
XPathException(Throwable cause)
          建構帶指定 cause 的新 XPathException
 
方法摘要
 Throwable getCause()
          獲取此 XPathException 的 cause。
 void printStackTrace()
          將堆疊(stack)空間追蹤列印到 System.err
 void printStackTrace(PrintStream s)
          將堆疊(stack)空間追蹤列印到指定的 PrintStream
 void printStackTrace(PrintWriter s)
          將堆疊(stack)空間追蹤列印到指定的 PrintWriter
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

XPathException

public XPathException(String message)

建構帶指定詳細 message 的新 XPathException

cause 未初始化。

如果 messagenull,則拋出 NullPointerException

參數:
message - 詳細訊息。
拋出:
NullPointerException - 當 messagenull 時。

XPathException

public XPathException(Throwable cause)

建構帶指定 cause 的新 XPathException

如果 causenull,則拋出 NullPointerException

參數:
cause - cause
拋出:
NullPointerException - 如果 causenull
方法詳細資訊

getCause

public Throwable getCause()

獲取此 XPathException 的 cause。

覆寫:
類別 Throwable 中的 getCause
返回:
此 XPathException 的 cause。

printStackTrace

public void printStackTrace(PrintStream s)

將堆疊(stack)空間追蹤列印到指定的 PrintStream

覆寫:
類別 Throwable 中的 printStackTrace
參數:
s - 將堆疊(stack)空間追蹤列印到此 PrintStream

printStackTrace

public void printStackTrace()

將堆疊(stack)空間追蹤列印到 System.err

覆寫:
類別 Throwable 中的 printStackTrace

printStackTrace

public void printStackTrace(PrintWriter s)

將堆疊(stack)空間追蹤列印到指定的 PrintWriter

覆寫:
類別 Throwable 中的 printStackTrace
參數:
s - 將堆疊(stack)空間追蹤列印到此 PrintWriter

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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