Serializable
public class XmlPullParserException extends Exception
Modifier and Type | Field | Description |
---|---|---|
protected int |
column |
|
protected Throwable |
detail |
|
protected int |
row |
Constructor | Description |
---|---|
XmlPullParserException(String s) |
|
XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain) |
Modifier and Type | Method | Description |
---|---|---|
int |
getColumnNumber() |
|
Throwable |
getDetail() |
|
int |
getLineNumber() |
|
void |
printStackTrace() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2019 JBoss by Red Hat. All rights reserved.