Package org.xmlpull.v1
Class XmlPullParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xmlpull.v1.XmlPullParserException
- All Implemented Interfaces:
Serializable
public class XmlPullParserException extends Exception
This exception is thrown to signal XML Pull Parser related faults.
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmlPullParserException(String s)XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) -
Method Summary
Modifier and Type Method Description intgetColumnNumber()ThrowablegetDetail()intgetLineNumber()voidprintStackTrace()Writes a printable representation of thisThrowable's stack trace to theSystem.errstream.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
detail
-
row
protected int row -
column
protected int column
-
-
Constructor Details
-
XmlPullParserException
-
XmlPullParserException
-
-
Method Details
-
getDetail
-
getLineNumber
public int getLineNumber() -
getColumnNumber
public int getColumnNumber() -
printStackTrace
public void printStackTrace()Description copied from class:ThrowableWrites a printable representation of thisThrowable's stack trace to theSystem.errstream.- Overrides:
printStackTracein classThrowable
-