public class

XmlPullParserException

extends PullParserException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sforce.ws.parser.PullParserException
         ↳ com.sforce.ws.parser.XmlPullParserException

Class Overview

This exception is thrown to signal XML Pull Parser related faults.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.sforce.ws.parser.PullParserException
From class java.lang.Exception
From class java.lang.Throwable
Fields
protected int column
protected int row
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
XmlPullParserException(String s)
XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
Public Methods
int getColumnNumber()
int getLineNumber()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2205184286094770620 (0x1e9a636cb4f3c1bc)

Fields

protected int column

protected int row

Public Constructors

public XmlPullParserException (String s)

Parameters
s

public XmlPullParserException (String msg, XmlPullParser parser, Throwable chain)

Parameters
msg
parser
chain

Public Methods

public int getColumnNumber ()

public int getLineNumber ()