org.d_haven.event.command
public class DefaultCommandFailureHandler extends Object implements CommandFailureHandler
Version: CVS $ Revision: 1.1 $
Method Summary | |
---|---|
boolean | handleCommandFailure(Command command, Throwable throwable)
Handle a command failure. |
String | toString() |
false
.
Parameters: command The original Command object that failed throwable The throwable that caused the failure
Returns: false
so the CommandManager should continue
to process commands.