org.gjt.xpp

Class XmlPullParserException

public class XmlPullParserException extends Exception

This exception is thrown to signal XML Pull Parser related excepions.

Author: Aleksander Slominski

Field Summary
protected intcolumn
protected Throwabledetail
protected introw
Constructor Summary
XmlPullParserException()
XmlPullParserException(String s)
XmlPullParserException(String s, Throwable thrwble)
XmlPullParserException(Throwable thrwble)
XmlPullParserException(String s, int row, int column)
Method Summary
intgetColumnNumber()
ThrowablegetDetail()
intgetLineNumber()
StringgetMessage()
voidprintStackTrace()
voidsetDetail(Throwable cause)

Field Detail

column

protected int column

detail

protected Throwable detail

row

protected int row

Constructor Detail

XmlPullParserException

public XmlPullParserException()

XmlPullParserException

public XmlPullParserException(String s)

XmlPullParserException

public XmlPullParserException(String s, Throwable thrwble)

XmlPullParserException

public XmlPullParserException(Throwable thrwble)

XmlPullParserException

public XmlPullParserException(String s, int row, int column)

Method Detail

getColumnNumber

public int getColumnNumber()

getDetail

public Throwable getDetail()

getLineNumber

public int getLineNumber()

getMessage

public String getMessage()

printStackTrace

public void printStackTrace()

setDetail

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