org.gjt.xpp
Class XmlPullParserException
public
class
XmlPullParserException
extends Exception
protected int column
protected Throwable detail
protected int row
public XmlPullParserException()
public XmlPullParserException(String s)
public XmlPullParserException(String s, Throwable thrwble)
public XmlPullParserException(Throwable thrwble)
public XmlPullParserException(String s, int row, int column)
public int getColumnNumber()
public Throwable getDetail()
public int getLineNumber()
public String getMessage()
public void printStackTrace()
public void setDetail(Throwable cause)
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by
XPP3 that implements
XmlPull API