106107108109110111112113114115116
return; } try { // process the command itemBinding.processCommand(command, this); } catch (Exception e) { log.error( "Error processing commmand {} for item {} : {}", new Object[] { command.toString(), itemBinding.getName(), e.getMessage() }); }