org.objectweb.jonas_ws.wsgen
Class WsGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonas_ws.wsgen.WsGenException
- All Implemented Interfaces:
- java.io.Serializable
- public class WsGenException
- extends java.lang.Exception
This class represents the exception that can be throwned by the WsGen tool.
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Exception |
inner
|
Constructor Summary |
WsGenException()
Constructs a WsGenException with no specified detail message. |
WsGenException(java.lang.Exception inner)
|
WsGenException(java.lang.String msg)
Constructs an WsGenException with the specified detail message. |
WsGenException(java.lang.String msg,
java.lang.Exception inner)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
inner
protected java.lang.Exception inner
WsGenException
public WsGenException()
- Constructs a WsGenException with no specified detail message.
WsGenException
public WsGenException(java.lang.String msg)
- Constructs an WsGenException with the specified detail message.
WsGenException
public WsGenException(java.lang.Exception inner)
WsGenException
public WsGenException(java.lang.String msg,
java.lang.Exception inner)
toString
public java.lang.String toString()
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream s)
printStackTrace
public void printStackTrace(java.io.PrintWriter s)