oracle.wsdl.internal
Class WSDLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.wsdl.internal.WSDLException
All Implemented Interfaces:
java.io.Serializable

public class WSDLException
extends java.lang.Exception

WSDLException represents WSDL errors during parsing or validation.

See Also:
Serialized Form

Constructor Summary
WSDLException(java.lang.String message)
          Initialize
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSDLException

public WSDLException(java.lang.String message)
Initialize
Parameters:
message - the error message


Copyright © 2001 Oracle SOAP. All Rights Reserved.