spring-framework / org.springframework.beans.factory.xml / XmlBeanDefinitionStoreException / <init>

<init>

XmlBeanDefinitionStoreException(resourceDescription: String, msg: String, cause: SAXException)

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
org.xml.sax.SAXParseException