Class XmlPullParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.util.xml.pull.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
-
-
Constructor Summary
Constructors Constructor Description XmlPullParserException(String s)XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetColumnNumber()ThrowablegetDetail()Deprecated.Use the genericgetCause()methodintgetLineNumber()voidprintStackTrace()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
detail
@Deprecated protected Throwable detail
Deprecated.use generic getCause() method
-
row
protected int row
-
column
protected int column
-
-
Constructor Detail
-
XmlPullParserException
public XmlPullParserException(String s)
-
XmlPullParserException
public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
-
-
Method Detail
-
getDetail
@Deprecated public Throwable getDetail()
Deprecated.Use the genericgetCause()method- Returns:
- the cause
-
getLineNumber
public int getLineNumber()
-
getColumnNumber
public int getColumnNumber()
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTracein classThrowable
-
-