Package com.sforce.ws.wsdl
Class WsdlParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sforce.ws.wsdl.WsdlParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class WsdlParseException extends java.lang.ExceptionThis exception is thrown when there is an error in parsing WSDL.- Since:
- 1.0 Nov 5, 2005
- Version:
- 1.0
- Author:
- http://cheenath.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WsdlParseException(java.lang.String message)WsdlParseException(java.lang.String message, java.lang.Throwable th)WsdlParseException(java.lang.Throwable th)
-