org.gjt.xpp
Class XmlPullParserException
Exception
org.gjt.xpp.XmlPullParserException
public class XmlPullParserException
extends Exception
This exception is thrown to signal XML Pull Parser related excepions.
column
protected int column
detail
protected Throwable detail
XmlPullParserException
public XmlPullParserException()
XmlPullParserException
public XmlPullParserException(String s)
XmlPullParserException
public XmlPullParserException(String s,
Throwable thrwble)
XmlPullParserException
public XmlPullParserException(String s,
int row,
int column)
XmlPullParserException
public XmlPullParserException(Throwable thrwble)
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