Package com.sforce.ws.parser
Class PullParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sforce.ws.parser.PullParserException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
XmlPullParserException
public class PullParserException extends java.lang.ExceptionThis 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
Constructors Constructor Description PullParserException(java.lang.String message)PullParserException(java.lang.String message, java.lang.Throwable th)
-