Searched refs:_constructError (Results 1 – 8 of 8) sorted by relevance
710 throw _constructError(msg); in _reportError()715 throw _constructError(String.format(msg, arg)); in _reportError()720 throw _constructError(String.format(msg, arg1, arg2)); in _reportError()724 throw _constructError(msg, t); in _wrapError()731 protected final JsonParseException _constructError(String msg, Throwable t) { in _constructError() method in ParserMinimalBase
281 throw _constructError("Unexpected problem: chain of filtered context broken"); in nextToken()765 throw _constructError("Internal error: failed to locate expected buffered tokens"); in _nextBuffered()775 throw _constructError("Unexpected problem: chain of filtered context broken"); in _nextBuffered()
383 … throw _constructError("Current token ("+t+") not numeric, cannot use numeric value accessors"); in currentNumericNode()
1921 protected JsonParseException _constructError(String msg) { in _constructError() method in JsonParser
1950 …throw _constructError("Current token ("+_currToken+") not VALUE_STRING (or VALUE_EMBEDDED_OBJECT w… in getBinaryValue()2016 …throw _constructError("Current token ("+_currToken+") not numeric, cannot use numeric value access… in _checkIsNumber()
480 …throw _constructError("Failed to decode VALUE_STRING as base64 ("+b64variant+"): "+iae.getMessage(… in getBinaryValue()2381 …throw _constructError("Unexpected end-of-input within/between "+_parsingContext.typeDesc()+" entri… in _skipAfterComma2()
528 …throw _constructError("Failed to decode VALUE_STRING as base64 ("+b64variant+"): "+iae.getMessage(… in getBinaryValue()2985 …throw _constructError("Unexpected end-of-input within/between "+_parsingContext.typeDesc()+" entri… in _skipWS2()
421 …throw _constructError("Failed to decode VALUE_STRING as base64 ("+b64variant+"): "+iae.getMessage(… in getBinaryValue()