org.gjt.xpp
Class XmlPullParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gjt.xpp.XmlPullParserException
- All Implemented Interfaces:
- java.io.Serializable
- public class XmlPullParserException
- extends java.lang.Exception
This exception is thrown to signal XML Pull Parser related excepions.
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
Field Summary |
protected int |
column
|
protected java.lang.Throwable |
detail
|
protected int |
row
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
protected java.lang.Throwable detail
row
protected int row
column
protected int column
XmlPullParserException
public XmlPullParserException()
XmlPullParserException
public XmlPullParserException(java.lang.String s)
XmlPullParserException
public XmlPullParserException(java.lang.String s,
java.lang.Throwable thrwble)
XmlPullParserException
public XmlPullParserException(java.lang.Throwable thrwble)
XmlPullParserException
public XmlPullParserException(java.lang.String s,
int row,
int column)
getDetail
public java.lang.Throwable getDetail()
setDetail
public void setDetail(java.lang.Throwable cause)
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace()
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