public class

PullParserException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sforce.ws.parser.PullParserException
Known Direct Subclasses

Class Overview

This exception is thrown if there is an error while parsing XML.

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
PullParserException(String message)
PullParserException(String message, Throwable th)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -2757508790198575152 (0xd9bb5c5d7f325fd0)

Public Constructors

public PullParserException (String message)

Parameters
message

public PullParserException (String message, Throwable th)

Parameters
message
th