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
XmlBeanDefinitionStoreException(resourceDescription: String, msg: String, cause: SAXException)
Create a new XmlBeanDefinitionStoreException. |
open fun getLineNumber(): Int
Return the line number in the XML resource that failed. |