|
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.CancelCommandException
A special exception to signal that a Command
has been
aborted by the user. It is useful when the user cancels a question dialog
or a file selector.
The CommandDistributor
will abort silently when
it catches this exception.
Constructor Summary | |
CancelCommandException()
Create a new CancelCommandException. |
|
CancelCommandException(java.lang.String message)
Create a new CancelCommandException. |
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 CancelCommandException()
public CancelCommandException(java.lang.String message)
message
- A message detailing the reason for the exception.
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |