public class XmlPullParserException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
XmlPullParserException(java.io.IOException e) |
|
XmlPullParserException(java.lang.String message) |
|
XmlPullParserException(org.xml.sax.SAXException e) |
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.