类 XmlBeanDefinitionStoreException

    • 构造器详细资料

      • XmlBeanDefinitionStoreException

        public XmlBeanDefinitionStoreException​(String resourceDescription,
                                               String msg,
                                               SAXException cause)
        Create a new XmlBeanDefinitionStoreException.
        参数:
        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
        另请参阅:
        SAXParseException
    • 方法详细资料