|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.qfs.lib.command.CommandException
de.qfs.lib.command.DialogCommandException
When a DialogCommandException is thrown during the exection of a Command
that has been assigned through a CommandDistributor
, it will be caught and the Dialog contained in it will
be displayed.
Constructor Summary | |
DialogCommandException(java.lang.String message,
java.awt.Dialog dialog)
Create a new DialogCommandException. |
Method Summary | |
java.awt.Dialog |
getDialog()
Get the Dialog of the DialogCommandException. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DialogCommandException(java.lang.String message, java.awt.Dialog dialog)
message
- A message detailing the reason for the exception.dialog
- The dialog to display when the exception is caught.Method Detail |
public final java.awt.Dialog getDialog()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |