public class

XmlPullParserException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.xmlpull.v1.XmlPullParserException

Class Overview

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 getLineNumber()
void printStackTrace()
Writes a printable representation of this Throwable's stack trace to the System.err stream.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Fields

protected int column

protected Throwable detail

protected int row

Public Constructors

public XmlPullParserException (String s)

public XmlPullParserException (String msg, XmlPullParser parser, Throwable chain)

Public Methods

public int getColumnNumber ()

public Throwable getDetail ()

public int getLineNumber ()

public void printStackTrace ()

Writes a printable representation of this Throwable's stack trace to the System.err stream.