クラス XPathParseException
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
org.springframework.xml.xpath.XPathParseException
- 実装済みのインターフェース一覧:
SerializableSE
コンストラクター概要
コンストラクターコンストラクター説明XPathParseException(StringSE message) 特定の詳細メッセージを使用してXPathParseExceptionの新しいインスタンスを構築します。XPathParseException(StringSE message, ThrowableSE throwable) 特定の詳細メッセージと例外を使用して、XPathParseExceptionの新しいインスタンスを構築します。方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
XPathParseException
特定の詳細メッセージを使用してXPathParseExceptionの新しいインスタンスを構築します。- パラメーター:
message- 詳細メッセージ
XPathParseException
特定の詳細メッセージと例外を使用して、XPathParseExceptionの新しいインスタンスを構築します。- パラメーター:
message- 詳細メッセージthrowable- ラップされた例外