Class 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:
  • Constructor Details

    • BeanDefinitionParsingException

      public BeanDefinitionParsingException(Problem problem)
      Create a new BeanDefinitionParsingException.
      Parameters:
      problem - the configuration problem that was detected during the parsing process