|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--apollo.ApolloException
This is the superclass of all of the exceptions that Project Apollo will throw
| Constructor Summary | |
ApolloException()
|
|
ApolloException(java.lang.String s)
|
|
| Method Summary | |
java.lang.String |
getExceptionMsg()
|
protected void |
setExceptionMsg(java.lang.String s)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ApolloException()
public ApolloException(java.lang.String s)
| Method Detail |
protected void setExceptionMsg(java.lang.String s)
public java.lang.String getExceptionMsg()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||