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 int
column
protected Throwable
detail
protected int
row

Constructor Summary

XmlPullParserException()
XmlPullParserException(String s)
XmlPullParserException(String s, Throwable thrwble)
XmlPullParserException(String s, int row, int column)
XmlPullParserException(Throwable thrwble)

Method Summary

int
getColumnNumber()
Throwable
getDetail()
int
getLineNumber()
String
getMessage()
void
printStackTrace()
void
setDetail(Throwable cause)

Field Details

column

protected int column

detail

protected Throwable detail

row

protected int row

Constructor Details

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)

Method Details

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