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 SummaryConstructorsConstructorDescriptionBeanDefinitionParsingException(Problem problem) Create a new BeanDefinitionParsingException.
- 
Method SummaryMethods inherited from class org.springframework.beans.factory.BeanDefinitionStoreExceptiongetBeanName, getResourceDescriptionMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BeanDefinitionParsingExceptionCreate a new BeanDefinitionParsingException.- Parameters:
- problem- the configuration problem that was detected during the parsing process
 
 
-