spring-framework / org.springframework.beans.factory.xml / XmlBeanDefinitionStoreException

XmlBeanDefinitionStoreException

open class XmlBeanDefinitionStoreException : BeanDefinitionStoreException

XML-specific BeanDefinitionStoreException subclass that wraps a org.xml.sax.SAXException, typically a org.xml.sax.SAXParseException which contains information about the error location.

Author
Juergen Hoeller

Since
2.0.2

See Also
#getLineNumber()org.xml.sax.SAXParseException

Constructors

<init>

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

Create a new XmlBeanDefinitionStoreException.

Functions

getLineNumber

open fun getLineNumber(): Int

Return the line number in the XML resource that failed.