com.sforce.ws.parser
Class XmlPullParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.parser.PullParserException
com.sforce.ws.parser.XmlPullParserException
- All Implemented Interfaces:
- Serializable
public class XmlPullParserException
- extends PullParserException
This exception is thrown to signal XML Pull Parser related faults.
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
|
Field Summary |
protected int |
column
|
protected int |
row
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
row
protected int row
column
protected int column
XmlPullParserException
public XmlPullParserException(String s)
XmlPullParserException
public XmlPullParserException(String msg,
XmlPullParser parser,
Throwable chain)
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
Copyright © 2012. All Rights Reserved.