Class XmlBeanDefinitionStoreException

    • Constructor Detail

      • XmlBeanDefinitionStoreException

        public XmlBeanDefinitionStoreException​(String resourceDescription,
                                               String msg,
                                               SAXException cause)
        Create a new XmlBeanDefinitionStoreException.
        Parameters:
        resourceDescription - description of the resource that the bean definition came from
        msg - the detail message (used as exception message as-is)
        cause - the SAXException (typically a SAXParseException) root cause
        See Also:
        SAXParseException