|
|||||||||||
| 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
|
+--java.lang.RuntimeException
|
+--blackboard.platform.RuntimeBbServiceException
RuntimeBbServiceException
| Field Summary | |
protected java.lang.Throwable |
_nestedException
|
| Constructor Summary | |
RuntimeBbServiceException(java.lang.String msg)
Constructor |
|
RuntimeBbServiceException(java.lang.String msg,
java.lang.Throwable nestedException)
Constructor |
|
RuntimeBbServiceException(java.lang.Throwable nestedException)
Constructor |
|
| Method Summary | |
java.lang.Throwable |
getNestedException()
getNestedException |
void |
printStackTrace()
printStackTrace |
void |
printStackTrace(java.io.PrintStream s)
printStackTrace |
void |
printStackTrace(java.io.PrintWriter s)
printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.Throwable _nestedException
| Constructor Detail |
public RuntimeBbServiceException(java.lang.String msg)
public RuntimeBbServiceException(java.lang.Throwable nestedException)
public RuntimeBbServiceException(java.lang.String msg,
java.lang.Throwable nestedException)
| Method Detail |
public java.lang.Throwable getNestedException()
public 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.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||