|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.plexus.util.xml.pull.XmlPullParserException
@Deprecated public class XmlPullParserException
This exception is thrown to signal XML Pull Parser related faults.
| Field Summary | |
|---|---|
protected int |
column
Deprecated. |
protected Throwable |
detail
Deprecated. use generic getCause() method |
protected int |
row
Deprecated. |
| Constructor Summary | |
|---|---|
XmlPullParserException(String s)
Deprecated. |
|
XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getColumnNumber()
Deprecated. |
Throwable |
getDetail()
Deprecated. Use the generic getCause() method |
int |
getLineNumber()
Deprecated. |
void |
printStackTrace()
Deprecated. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Throwable detail
protected int row
protected int column
| Constructor Detail |
|---|
public XmlPullParserException(String s)
public XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain)
| Method Detail |
|---|
public Throwable getDetail()
getCause() method
public int getLineNumber()
public int getColumnNumber()
public void printStackTrace()
printStackTrace in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||