com.sforce.ws.parser
Class PullParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sforce.ws.parser.PullParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XmlPullParserException

public class PullParserException
extends Exception

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

Since:
1.0 Nov 5, 2005
Version:
1.0
Author:
http://cheenath.com
See Also:
Serialized Form

Constructor Summary
PullParserException(String message)
           
PullParserException(String message, Throwable th)
           
 
Method Summary
 
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
 

Constructor Detail

PullParserException

public PullParserException(String message)

PullParserException

public PullParserException(String message,
                           Throwable th)


Copyright © 2014. All Rights Reserved.