org.codehaus.plexus.util.xml.pull
public class XmlPullParserException extends Exception
| Field Summary | |
|---|---|
| protected int | column |
| protected Throwable | detail |
| protected int | row |
| Constructor Summary | |
|---|---|
| XmlPullParserException(String s) | |
| XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) | |
| Method Summary | |
|---|---|
| int | getColumnNumber() |
| Throwable | getDetail() |
| int | getLineNumber() |
| void | printStackTrace() |