android.sax
Class BadXmlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.xml.sax.SAXParseException
android.sax.BadXmlException
- All Implemented Interfaces:
- Serializable
class BadXmlException
- extends SAXParseException
An XML parse exception which includes the line number in the message.
BadXmlException
public BadXmlException(String message,
Locator locator)
getMessage
public String getMessage()
- Description copied from class:
SAXException
- Return a detail message for this exception.
If there is an embedded exception, and if the SAXException
has no detail message of its own, this method will return
the detail message from the embedded exception.
- Overrides:
getMessage in class SAXException
- Returns:
- The error or warning message.
Please submit a feedback, bug or feature