public class XmlPullParserException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
XmlPullParserException(java.io.IOException e) |
XmlPullParserException(org.xml.sax.SAXException e) |
XmlPullParserException(java.lang.String message) |
public XmlPullParserException(java.io.IOException e)
e - IOException.public XmlPullParserException(org.xml.sax.SAXException e)
e - The exception.public XmlPullParserException(java.lang.String message)
message - The message.