|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ds.fw.exceptions.FwException
| Constructor Summary | |
FwException()
Null constructor. |
|
FwException(java.lang.String msg)
Constructs this object by initializing superclass with given string(message). |
|
FwException(java.lang.String msg,
java.lang.Throwable cause)
Constructs this object with message and original cause of exception. |
|
FwException(java.lang.Throwable cause)
Constructs this object with no specific message and original cause of exception. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns cause of exception. |
java.lang.String |
getMessage()
|
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream s)
|
void |
printStackTrace(java.io.PrintWriter s)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FwException()
public FwException(java.lang.String msg)
public FwException(java.lang.String msg,
java.lang.Throwable cause)
msg - messagecause - original exceptionpublic FwException(java.lang.Throwable cause)
cause - original exception| Method Detail |
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace()
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream s)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter s)
printStackTrace in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||