org.idoox.wasp.tools.wsdlc
Class WSDLCompilerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.wasp.tools.wsdl2java.WSDL2JavaException
                  extended byorg.idoox.wasp.tools.wsdlc.WSDLCompilerException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Use WSDL2JavaException instead.

public class WSDLCompilerException
extends WSDL2JavaException

This exception is thrown by WSDLCompiler

Since:
1.0
See Also:
Serialized Form
Component:
Core-Tools

Constructor Summary
WSDLCompilerException()
          Deprecated. Creates a new WSDLCompilerException instance.
WSDLCompilerException(java.lang.String message)
          Deprecated. Creates a new WSDLCompilerException instance.
WSDLCompilerException(java.lang.String message, java.lang.Throwable reason)
          Deprecated. Creates a new WSDLCompilerException instance.
WSDLCompilerException(java.lang.Throwable reason)
          Deprecated. Creates a new WSDLCompilerException instance.
 
Methods inherited from class org.idoox.util.WrappedException
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSDLCompilerException

public WSDLCompilerException()
Deprecated. 
Creates a new WSDLCompilerException instance.


WSDLCompilerException

public WSDLCompilerException(java.lang.String message)
Deprecated. 
Creates a new WSDLCompilerException instance.

Parameters:
message - the message

WSDLCompilerException

public WSDLCompilerException(java.lang.String message,
                             java.lang.Throwable reason)
Deprecated. 
Creates a new WSDLCompilerException instance.

Parameters:
message - the message
reason - the embedded exception

WSDLCompilerException

public WSDLCompilerException(java.lang.Throwable reason)
Deprecated. 
Creates a new WSDLCompilerException instance.

Parameters:
reason - the embedded exception