3536373839404142
e.printStackTrace(); } } private void parseCommand(final Message message) throws ParserException { final CommandInstance cmd = new CommandParser(this.configuration).parse(message); this.commandRegistry.handleCommand(cmd); }