Added in API level 1
XmlPullParserException
public
class
XmlPullParserException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | org.xmlpull.v1.XmlPullParserException | ||
This exception is thrown to signal XML Pull Parser related faults.
Summary
Fields | |
|---|---|
protected
int |
column
|
protected
Throwable |
detail
|
protected
int |
row
|
Public constructors | |
|---|---|
XmlPullParserException(String s)
|
|
XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
|
|
Public methods | |
|---|---|
int
|
getColumnNumber()
|
Throwable
|
getDetail()
|
int
| |