com.sforce.ws.wsdl
Class WsdlParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sforce.ws.wsdl.WsdlParseException
All Implemented Interfaces:
Serializable

public class WsdlParseException
extends Exception

This 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
WsdlParseException(String message)
           
WsdlParseException(String message, Throwable th)
           
WsdlParseException(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

WsdlParseException

public WsdlParseException(Throwable th)

WsdlParseException

public WsdlParseException(String message)

WsdlParseException

public WsdlParseException(String message,
                          Throwable th)


Copyright © 2014. All Rights Reserved.