public class

WsdlParseException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sforce.ws.wsdl.WsdlParseException

Class Overview

This exception is thrown when there is an error in parsing WSDL.

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
WsdlParseException(Throwable th)
WsdlParseException(String message)
WsdlParseException(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: -8191652328455635770 (0x8e51679bc6e67cc6)

Public Constructors

public WsdlParseException (Throwable th)

Parameters
th

public WsdlParseException (String message)

Parameters
message

public WsdlParseException (String message, Throwable th)

Parameters
message
th