com.sforce.ws.parser
Class XmlPullParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sforce.ws.parser.PullParserException
              extended by 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
           
 
Constructor Summary
XmlPullParserException(String s)
           
XmlPullParserException(String msg, XmlPullParser parser, Throwable chain)
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 
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
 

Field Detail

row

protected int row

column

protected int column
Constructor Detail

XmlPullParserException

public XmlPullParserException(String s)

XmlPullParserException

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

getLineNumber

public int getLineNumber()

getColumnNumber

public int getColumnNumber()


Copyright © 2013. All Rights Reserved.