All error messages use {@link MessageConstants} so that they canbe internationalized. @see JSONDeserializer
9293949596979899100101102103104105106
{ return null; } try { ValidationContext ctx = new ValidationContext(); ctx.setValidate(validate); ctx.setStopOnError(true); // bail if an error is encountered return fromJSON(json, ctx); } catch (ValidationException e) {