Searched refs:weirdNumberException (Results 1 – 1 of 1) sorted by relevance
1118 throw weirdNumberException(value, targetClass, _format( in handleWeirdNumberValue()1126 throw weirdNumberException(value, targetClass, msg); in handleWeirdNumberValue()1847 public JsonMappingException weirdNumberException(Number value, Class<?> instClass, in weirdNumberException() method in DeserializationContext