Class BeanDefinitionParsingException
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
org.springframework.beans.factory.parsing.BeanDefinitionParsingException
- All Implemented Interfaces:
 Serializable
Exception thrown when a bean definition reader encounters an error
 during the parsing process.
- Since:
 - 2.0
 - Author:
 - Juergen Hoeller, Rob Harrop
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBeanDefinitionParsingException(Problem problem) Create a new BeanDefinitionParsingException. - 
Method Summary
Methods inherited from class org.springframework.beans.factory.BeanDefinitionStoreException
getBeanName, getResourceDescriptionMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
BeanDefinitionParsingException
Create a new BeanDefinitionParsingException.- Parameters:
 problem- the configuration problem that was detected during the parsing process
 
 -