public class XmlPullParserException extends Exception
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected Throwable |
detail |
protected int |
row |
Constructor and Description |
---|
XmlPullParserException(String s) |
XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
Throwable |
getDetail() |
int |
getLineNumber() |
void |
printStackTrace() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
protected Throwable detail
protected int row
protected int column
public XmlPullParserException(String s)
public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
public Throwable getDetail()
public int getLineNumber()
public int getColumnNumber()
public void printStackTrace()
printStackTrace
in class Throwable
Copyright © 2017 JBoss by Red Hat. All rights reserved.