149150151152153154155156157
default: this.setStringValue(value); } if (exception != null) { throw new ParsingValidationException("While trying to parse '" + value + "' as " + schema.getName(), exception); } }
163164165166167168169170171
164165166167168169170171172
183184185186187188189190191