public interface CommandFailureHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleCommandFailure(Command command,
java.lang.Throwable throwable)
Handle a command failure.
|
boolean handleCommandFailure(Command command, java.lang.Throwable throwable)
command - The original Command object that failedthrowable - The throwable that caused the failuretrue if the DefaultCommandManager should
cease to process commands.