|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
blackboard.platform.BbServiceException
public class BbServiceException
BbServiceException
| Field Summary | |
|---|---|
protected java.lang.Throwable |
_nestedException
|
| Constructor Summary | |
|---|---|
BbServiceException(java.lang.String msg)
Constructor |
|
BbServiceException(java.lang.String msg,
java.lang.Throwable nestedException)
Constructor |
|
BbServiceException(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 BbServiceException(java.lang.String msg)
public BbServiceException(java.lang.Throwable nestedException)
public BbServiceException(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 | |||||||||