org.apache.tuscany.sca.interfacedef.wsdl.impl
Class InvalidWSDLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
              extended by org.apache.tuscany.sca.interfacedef.wsdl.impl.InvalidWSDLException
All Implemented Interfaces:
java.io.Serializable

public class InvalidWSDLException
extends InvalidInterfaceException

An exception to indicate the WSDL definition is invalid

See Also:
Serialized Form

Constructor Summary
InvalidWSDLException(java.lang.String message)
           
 
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

InvalidWSDLException

public InvalidWSDLException(java.lang.String message)