115116117118119120121122123124125
if (e instanceof IndexOutOfBoundsException) { callback.error(String.format("Invalid arguments for command '%s'", request.name())); } else { callback.error(e.getMessage()); } callback.response(); } } } }); }