org.ow2.easywsdl.wsdl.api
Class WSDLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.easywsdl.schema.api.XmlException
              extended by org.ow2.easywsdl.schema.api.SchemaException
                  extended by org.ow2.easywsdl.wsdl.api.WSDLException
All Implemented Interfaces:
java.io.Serializable

public class WSDLException
extends org.ow2.easywsdl.schema.api.SchemaException

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
static java.lang.String CONFIGURATION_ERROR
           
static java.lang.String INVALID_WSDL
           
static java.lang.String NO_PREFIX_SPECIFIED
           
static java.lang.String OTHER_ERROR
           
static java.lang.String PARSER_ERROR
           
static long serialVersionUID
           
static java.lang.String UNBOUND_PREFIX
           
 
Fields inherited from class org.ow2.easywsdl.schema.api.SchemaException
INVALID_Schema
 
Constructor Summary
WSDLException(java.lang.String msg)
           
WSDLException(java.lang.String msg, java.lang.Throwable t)
           
WSDLException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.ow2.easywsdl.schema.api.SchemaException
getFaultCode, getLocation, getTargetException, setFaultCode, setLocation, setTargetException
 
Methods inherited from class org.ow2.easywsdl.schema.api.XmlException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

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

UNBOUND_PREFIX

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

NO_PREFIX_SPECIFIED

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

WSDLException

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

WSDLException

public WSDLException(java.lang.Throwable t)

WSDLException

public WSDLException(java.lang.String msg)


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.