public InfoConf(Rider r) { super(r); try { info = r.readWord(); } catch (IndexOutOfBoundsException ioobe) { ioobe.printStackTrace(); } }