java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | org.xmlpull.v1.XmlPullParserException |
This exception is thrown to signal XML Pull Parser related faults.
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 | getLineNumber() | ||||||||||
void |
printStackTrace()
Prints this
Throwable and its backtrace to the standard error
stream. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Prints this Throwable
and its backtrace to the standard error
stream. This method prints a stack trace for this Throwable
object on the error output stream that is the value of the field
System.err
. The first line of output contains the result of the
toString()
method for this object.
The format of the backtrace information depends on the implementation.