* Create the appropriate response command to this event.
*
* @return Command representing an appropriate response to this event.
*/
public Command createDefaultCmd() {
Command retval = new DisplayErrorCmd(getContext(), _message, _ex);
return retval;
}