Robot
561562563564565566567568
commChannel.registerFeature( feature ); } catch (CommunicationChannelException e) { Logger.error( e.getMessage() ); throw new RobotException( e.getMessage() ); } }
358359360361362363364365