クラス XPathException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.xml.XmlException
org.springframework.xml.xpath.XPathException
- 実装済みのインターフェース一覧:
SerializableSE
- 既知の直属サブクラス
XPathParseException
コンストラクター概要
コンストラクターコンストラクター説明XPathException(@Nullable StringSE message, ThrowableSE throwable) 特定の詳細メッセージと例外を使用して、XPathExceptionの新しいインスタンスを構築します。XPathException(StringSE message) 特定の詳細メッセージを使用してXPathExceptionの新しいインスタンスを構築します。方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
XPathException
特定の詳細メッセージを使用してXPathExceptionの新しいインスタンスを構築します。- パラメーター:
message- 詳細メッセージ
XPathException
特定の詳細メッセージと例外を使用して、XPathExceptionの新しいインスタンスを構築します。- パラメーター:
message- 詳細メッセージthrowable- ラップされた例外