クラス XmlBeanDefinitionStoreException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.FatalBeanException
org.springframework.beans.factory.BeanDefinitionStoreException
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
- 実装されたすべてのインターフェース:
SerializableSE
SAXException
SE をラップする XML 固有の BeanDefinitionStoreException サブクラス。通常、エラーの場所に関する情報を含む SAXParseException
SE。- 導入:
- 2.0.2
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターのサマリー
コンストラクター説明XmlBeanDefinitionStoreException
(StringSE resourceDescription, StringSE msg, SAXExceptionSE cause) 新しい XmlBeanDefinitionStoreException を作成します。方法の概要
クラス org.springframework.beans.factory.BeanDefinitionStoreException から継承されたメソッド
getBeanName, getResourceDescription
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
XmlBeanDefinitionStoreException
public XmlBeanDefinitionStoreException(StringSE resourceDescription, StringSE msg, SAXExceptionSE cause) 新しい XmlBeanDefinitionStoreException を作成します。- パラメーター:
resourceDescription
- Bean 定義の元となったリソースの説明msg
- 詳細メッセージ (例外メッセージとしてそのまま使用)cause
- SAXException(通常は SAXParseException)の根本原因- 関連事項:
メソッドの詳細
getLineNumber
public int getLineNumber()失敗した XML リソースの行番号を返します。- 戻り値:
- 行番号(利用可能な場合)(SAXParseException の場合); -1 他
- 関連事項: