public class XmlPullParserException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
XmlPullParserException(java.io.IOException e) |
XmlPullParserException(org.xml.sax.SAXException e) |
XmlPullParserException(java.lang.String message) |
private static final long serialVersionUID
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.