Package com.sforce.ws.parser
Class PullParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.parser.PullParserException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlPullParserException
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:
-
Constructor Summary
ConstructorsConstructorDescriptionPullParserException(String message) PullParserException(String message, Throwable th) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PullParserException
-
PullParserException
-