org.apache.woden
Class WSDLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.woden.WSDLException
- All Implemented Interfaces:
- Serializable
public class WSDLException
- extends Exception
- See Also:
- Serialized Form
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
INVALID_WSDL
public static final String INVALID_WSDL
- See Also:
- Constant Field Values
PARSER_ERROR
public static final String PARSER_ERROR
- See Also:
- Constant Field Values
OTHER_ERROR
public static final String OTHER_ERROR
- See Also:
- Constant Field Values
CONFIGURATION_ERROR
public static final String CONFIGURATION_ERROR
- See Also:
- Constant Field Values
UNBOUND_PREFIX
public static final String UNBOUND_PREFIX
- See Also:
- Constant Field Values
NO_PREFIX_SPECIFIED
public static final String NO_PREFIX_SPECIFIED
- See Also:
- Constant Field Values
WSDLException
public WSDLException(String faultCode,
String msg,
Throwable t)
WSDLException
public WSDLException(String faultCode,
String msg)
setFaultCode
public void setFaultCode(String faultCode)
getFaultCode
public String getFaultCode()
setTargetException
public void setTargetException(Throwable targetThrowable)
getTargetException
public Throwable getTargetException()
setLocation
public void setLocation(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.
getLocation
public String getLocation()
- Get the location, if one was set. Should be an XPath expression which
is used for error messages.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.