|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.asu.cri.MirkE.exceptions.MenuException
This class is exception class for menu related exception
| Constructor Summary | |
MenuException(java.lang.String message)
Constructor accepting the message |
|
MenuException(java.lang.String message,
java.lang.Throwable causedByArg)
Construct accepting the message and the caused by exception |
|
MenuException(java.lang.Throwable causedByArg)
Constructor accepting the caused by exception |
|
| Method Summary | |
void |
printStackTrace(java.io.PrintStream out)
Overloading the print stacktrace so that it will print the stack trace of causedby exception also |
| 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 |
| Constructor Detail |
public MenuException(java.lang.String message)
message - Message
public MenuException(java.lang.String message,
java.lang.Throwable causedByArg)
message - MessagecausedByArg - Causedby exceptionpublic MenuException(java.lang.Throwable causedByArg)
causedByArg - Caused by exception| Method Detail |
public void printStackTrace(java.io.PrintStream out)
out -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||