|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.xpath.XPathException
public class XPathException
XPathException
は総称 XPath 例外を表します。
コンストラクタの概要 | |
---|---|
XPathException(String message)
指定された詳細メッセージで新しい XPathException を構築します。 |
|
XPathException(Throwable cause)
指定された cause で新しい XPathException を構築します。 |
メソッドの概要 | |
---|---|
Throwable |
getCause()
この XPathException の原因を取得します。 |
void |
printStackTrace()
指定された System.err にスタックトレースを出力します。 |
void |
printStackTrace(PrintStream s)
指定された PrintStream にスタックトレースを出力します。 |
void |
printStackTrace(PrintWriter s)
指定された PrintWriter にスタックトレースを出力します。 |
クラス java.lang.Throwable から継承されたメソッド |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public XPathException(String message)
指定された詳細メッセージで新しい XPathException
を構築します。
cause
は初期化されません。
message
が null
の場合は、NullPointerException
がスローされます。
message
- 詳細メッセージ
NullPointerException
- message
が null
の場合public XPathException(Throwable cause)
指定された cause
で新しい XPathException
を構築します。
cause
が null
の場合は、NullPointerException
がスローされます。
cause
- 原因
NullPointerException
- cause
が null
の場合メソッドの詳細 |
---|
public Throwable getCause()
この XPathException の原因を取得します。
Throwable
内の getCause
public void printStackTrace(PrintStream s)
指定された PrintStream
にスタックトレースを出力します。
Throwable
内の printStackTrace
s
- この PrintStream
にスタックトレースを出力するpublic void printStackTrace()
指定された System.err
にスタックトレースを出力します。
Throwable
内の printStackTrace
public void printStackTrace(PrintWriter s)
指定された PrintWriter
にスタックトレースを出力します。
Throwable
内の printStackTrace
s
- この PrintWriter
にスタックトレースを出力する
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。