org.codehaus.plexus.util.xml.pull
Class XmlPullParserException
Exception
org.codehaus.plexus.util.xml.pull.XmlPullParserException
public class XmlPullParserException
extends Exception
This exception is thrown to signal XML Pull Parser related faults.
column
protected int column
detail
protected Throwable detail
XmlPullParserException
public XmlPullParserException(String s)
XmlPullParserException
public XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain)
getColumnNumber
public int getColumnNumber()
getDetail
public Throwable getDetail()
getLineNumber
public int getLineNumber()
printStackTrace
public void printStackTrace()