|
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.UnhandledCommandException
This exception is thrown by CommandDistributor.assignCommandSilently
, when a Command
has been passed through all possible CommandHandlers
and is still not handled.
Constructor Summary | |
UnhandledCommandException(Command command)
Create a new UnhandledCommandException. |
Method Summary | |
Command |
getCommand()
Get the command of the UnhandledCommandException. |
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 UnhandledCommandException(Command command)
command
- The Command that could not be handled.Method Detail |
public final Command getCommand()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |