javax.wsdl
Class WSDLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.wsdl.WSDLException
All Implemented Interfaces:
java.io.Serializable

public class WSDLException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String CONFIGURATION_ERROR
           
static java.lang.String INVALID_WSDL
           
static java.lang.String OTHER_ERROR
           
static java.lang.String PARSER_ERROR
           
 
Constructor Summary
WSDLException(java.lang.String faultCode, java.lang.String msg)
           
WSDLException(java.lang.String faultCode, java.lang.String msg, java.lang.Throwable t)
           
 
Method Summary
 java.lang.String getFaultCode()
           
 java.lang.String getLocation()
          Get the location, if one was set.
 java.lang.String getMessage()
           
 java.lang.Throwable getTargetException()
           
 void setFaultCode(java.lang.String faultCode)
           
 void setLocation(java.lang.String location)
          Set the location using an XPath expression.
 void setTargetException(java.lang.Throwable targetThrowable)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INVALID_WSDL

public static final java.lang.String INVALID_WSDL
See Also:
Constant Field Values

PARSER_ERROR

public static final java.lang.String PARSER_ERROR
See Also:
Constant Field Values

OTHER_ERROR

public static final java.lang.String OTHER_ERROR
See Also:
Constant Field Values

CONFIGURATION_ERROR

public static final java.lang.String CONFIGURATION_ERROR
See Also:
Constant Field Values
Constructor Detail

WSDLException

public WSDLException(java.lang.String faultCode,
                     java.lang.String msg,
                     java.lang.Throwable t)

WSDLException

public WSDLException(java.lang.String faultCode,
                     java.lang.String msg)
Method Detail

setFaultCode

public void setFaultCode(java.lang.String faultCode)

getFaultCode

public java.lang.String getFaultCode()

setTargetException

public void setTargetException(java.lang.Throwable targetThrowable)

getTargetException

public java.lang.Throwable getTargetException()

setLocation

public void setLocation(java.lang.String location)
Set the location using an XPath expression. Used for error messages.

Parameters:
location - an XPath expression describing the location where the exception occurred.
Component:
WSDL-API interfaces

getLocation

public java.lang.String getLocation()
Get the location, if one was set. Should be an XPath expression which is used for error messages.


getMessage

public java.lang.String getMessage()

toString

public java.lang.String toString()