org.springframework.beans.factory.parsing
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
public class BeanDefinitionParsingException
- extends BeanDefinitionStoreException
Exception thrown when a bean definition reader encounters an error
during the parsing process.
- Since:
- 2.0
- Author:
- Juergen Hoeller, Rob Harrop
- See Also:
- Serialized Form
BeanDefinitionParsingException
public BeanDefinitionParsingException(Problem problem)
- Create a new BeanDefinitionParsingException.
- Parameters:
problem
- the configuration problem that was detected during the parsing process