/* */
/* 105 */ Object b = null;
/* */ try {
/* 107 */ b = this.baseXducer.parse(literal);
/* */ } catch (Exception e) {
/* 109 */ this.builder.reportError(new IllegalAnnotationException(Messages.INVALID_XML_ENUM_VALUE.format(new Object[] { literal, ((Type)this.baseType.getType()).toString() }), e, new FieldLocatable(this, constant, nav())));
/* */ }
/* */
/* 114 */ this.parseMap.put(b, t);
/* 115 */ this.printMap.put(t, b);
/* */