|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.idoox.util.WrappedException
org.idoox.wasp.tools.wsdl2java.WSDL2JavaException
org.idoox.wasp.tools.schema2java.Schema2JavaException
Exception representing a fault state of Schema2Java 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 |
public Schema2JavaException()
Schema2JavaException
instance.
public Schema2JavaException(java.lang.String message)
Schema2JavaException
instance.
message
- description messagepublic Schema2JavaException(java.lang.String message, java.lang.Throwable reason)
Schema2JavaException
instance.
message
- description messagereason
- a wrapped exceptionpublic Schema2JavaException(java.lang.Throwable reason)
Schema2JavaException
instance.
reason
- a wrapped exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |