Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
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

Added in API level 1

protected Throwable detail

Added in API level 1

protected int row

Added in API level 1

Public Constructors

public XmlPullParserException ( String s)

Added in API level 1

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

Added in API level 1

Public Methods

public int getColumnNumber ()

Added in API level 1

public Throwable getDetail ()

Added in API level 1

public int getLineNumber ()

Added in API level 1

public void printStackTrace ()

Added in API level 1

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