public class XmlPullParserException extends RuntimeException
| Constructor and Description |
|---|
XmlPullParserException(IOException e) |
XmlPullParserException(SAXException e) |
XmlPullParserException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmlPullParserException(IOException e)
e - IOException.public XmlPullParserException(SAXException e)
e - The exception.public XmlPullParserException(String message)
message - The message.Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.