org.codehaus.plexus.util.xml.pull
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
Field Summary |
protected int |
column
|
protected Throwable |
detail
Deprecated. use generic getCause() method |
protected int |
row
|
detail
protected Throwable detail
- Deprecated. use generic getCause() method
row
protected int row
column
protected int column
XmlPullParserException
public XmlPullParserException(String s)
XmlPullParserException
public XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain)
getDetail
public Throwable getDetail()
- Deprecated. Use the generic
getCause()
method
- Returns:
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class Throwable
Copyright © 2008-2011. All Rights Reserved.