|
qflib 0.98.0 | ||||||||
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 | +--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, 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 UnhandledCommandException(Command command)
command
- The Command that could not be handled.Method Detail |
public final Command getCommand()
|
qflib 0.98.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |