|
FantasySportsModule 0.0.2-dev | |||||||||
| 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
|
+--org.fanfoot.db.DBException
| Field Summary | |
static java.lang.String |
UNRECOGNISED_ID_MESSAGE
Message used when an attempt is made to retrieve a player with a non-existent ID |
| Constructor Summary | |
DBException()
Creates a new instance of DBException without
detail message. |
|
DBException(java.lang.String msg)
Constructs an instance of DBException with the
specified detail message. |
|
DBException(java.lang.String msg,
java.lang.Exception e)
Constructs an instance of DBExcepotion with the
specified detail message and the root exception supplied |
|
| Method Summary | |
void |
printStackTrace()
Print the stack trace of the nested exception |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static java.lang.String UNRECOGNISED_ID_MESSAGE
| Constructor Detail |
public DBException()
DBException without
detail message.
public DBException(java.lang.String msg)
DBException with the
specified detail message.
msg - the detail message.
public DBException(java.lang.String msg,
java.lang.Exception e)
DBExcepotion with the
specified detail message and the root exception supplied
msg - the detail message.e - the root exception| Method Detail |
public void printStackTrace()
printStackTrace in class java.lang.Throwable
|
FantasySportsModule 0.0.2-dev | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||