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:
- java.io.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
row
protected int row
column
protected int column
XmlPullParserException
public XmlPullParserException(java.lang.String s)
XmlPullParserException
public XmlPullParserException(java.lang.String msg,
XmlPullParser parser,
java.lang.Throwable chain)
getLineNumber
public int getLineNumber()
getColumnNumber
public int getColumnNumber()
Copyright © 2011. All Rights Reserved.