org.idoox.wasp.tools.wsdl2java
Class WSDL2JavaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.util.WrappedException
              extended byorg.idoox.wasp.tools.wsdl2java.WSDL2JavaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Schema2JavaException, WSDLCompilerException

public class WSDL2JavaException
extends WrappedException

This exception is thrown by WSDL2Java

Since:
4.5
See Also:
WrappedException, Serialized Form
Component:
Core-Tools

Constructor Summary
WSDL2JavaException()
          Creates a new WSDL2JavaException instance.
WSDL2JavaException(java.lang.String message)
          Creates a new WSDL2JavaException instance.
WSDL2JavaException(java.lang.String message, java.lang.Throwable reason)
          Creates a new WSDL2JavaException instance.
WSDL2JavaException(java.lang.Throwable reason)
          Creates a new WSDL2JavaException 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

WSDL2JavaException

public WSDL2JavaException()
Creates a new WSDL2JavaException instance.


WSDL2JavaException

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

Parameters:
message - the message

WSDL2JavaException

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

Parameters:
message - the message
reason - the embedded exception

WSDL2JavaException

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

Parameters:
reason - the embedded exception