|
||||||||||
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.objectweb.jonas_ws.wsgen.WsGenException
This class represents the exception that can be throwned by the WsGen tool.
Constructor Summary | |
WsGenException()
Constructs a WsGenException with no specified detail message. |
|
WsGenException(java.lang.Exception inner)
Constructs an WsGenException with the specified detail message. |
|
WsGenException(java.lang.String msg)
Constructs an WsGenException with the specified detail message. |
|
WsGenException(java.lang.String msg,
java.lang.Exception inner)
Constructs an WsGenException with the specified detail message. |
Method Summary | |
java.lang.String |
getMessage()
|
void |
printStackTrace()
Display the StackTrace on the standard output. |
void |
printStackTrace(java.io.PrintStream s)
Display the StackTrace on the specified PrintStream. |
void |
printStackTrace(java.io.PrintWriter s)
Display the StackTrace on the specified PrintWriter. |
java.lang.String |
toString()
|
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 |
Constructor Detail |
public WsGenException()
public WsGenException(java.lang.String msg)
msg
- Error messagepublic WsGenException(java.lang.Exception inner)
inner
- Cause Exception to wrappublic WsGenException(java.lang.String msg, java.lang.Exception inner)
msg
- Error messageinner
- Cause Exception to wrapMethod Detail |
public java.lang.String toString()
public java.lang.String getMessage()
public void printStackTrace()
public void printStackTrace(java.io.PrintStream s)
s
- PrintStream where stack trace must be displayedpublic void printStackTrace(java.io.PrintWriter s)
s
- PrintWriter where stack trace must be displayed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |