org.springframework.beans.factory
Class BeanDefinitionStoreException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.springframework.core.NestedRuntimeException
|
+--org.springframework.beans.BeansException
|
+--org.springframework.beans.FatalBeanException
|
+--org.springframework.beans.factory.BeanDefinitionStoreException
- Direct Known Subclasses:
- FactoryBeanCircularReferenceException, UnsatisfiedDependencyException
- public class BeanDefinitionStoreException
- extends FatalBeanException
Exception thrown when a BeanFactory encounters an internal error, and
its definitions are invalid: for example, if an XML document containing
bean definitions isn't well-formed.
- Author:
- Rod Johnson, Juergen Hoeller
| Constructor Summary |
BeanDefinitionStoreException(String msg) |
BeanDefinitionStoreException(String msg, Throwable ex) |
BeanDefinitionStoreException(Resource documentLocation, String beanName, String msg) |
BeanDefinitionStoreException(Resource documentLocation, String beanName, String msg, Throwable ex) |
BeanDefinitionStoreException(String resourceDescription, String beanName, String msg) |
BeanDefinitionStoreException(String resourceDescription, String beanName, String msg, Throwable ex) |
| Methods inherited from class java.lang.Throwable |
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause |
| Methods inherited from class java.lang.Object |
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals |
BeanDefinitionStoreException
public BeanDefinitionStoreException(String msg)
BeanDefinitionStoreException
public BeanDefinitionStoreException(String msg, Throwable ex)
BeanDefinitionStoreException
public BeanDefinitionStoreException(Resource documentLocation, String beanName, String msg)
BeanDefinitionStoreException
public BeanDefinitionStoreException(Resource documentLocation, String beanName, String msg, Throwable ex)
BeanDefinitionStoreException
public BeanDefinitionStoreException(String resourceDescription, String beanName, String msg)
BeanDefinitionStoreException
public BeanDefinitionStoreException(String resourceDescription, String beanName, String msg, Throwable ex)