org.idoox.wasp.tools.schema2java
Class Schema2JavaException

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.schema2java.Schema2JavaException
All Implemented Interfaces:
java.io.Serializable

public class Schema2JavaException
extends WSDL2JavaException

Exception representing a fault state of Schema2Java tools.

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

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

Schema2JavaException

public Schema2JavaException()
Creates a new Schema2JavaException instance.


Schema2JavaException

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

Parameters:
message - description message

Schema2JavaException

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

Parameters:
message - description message
reason - a wrapped exception

Schema2JavaException

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

Parameters:
reason - a wrapped exception