public class XmlPullParserException extends Exception
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected Throwable |
detail
Deprecated.
use generic getCause() method
|
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()
Deprecated.
Use the generic
getCause() method |
int |
getLineNumber() |
void |
printStackTrace() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated protected Throwable detail
protected int row
protected int column
public XmlPullParserException(String s)
public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
@Deprecated public Throwable getDetail()
getCause()
methodpublic int getLineNumber()
public int getColumnNumber()
public void printStackTrace()
printStackTrace
in class Throwable
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.