Home
last modified time | relevance | path

Searched refs:_reportError (Results 1 – 12 of 12) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java259_reportError("Not enough content available for `skipChildren()`: non-blocking parser? (%s)", in skipChildren()
509 _reportError(e.getMessage()); in _decodeBase64()
539 _reportError(msg); in reportUnexpectedNumberChar()
549 _reportError("Invalid numeric value: "+msg); in reportInvalidNumber()
635 _reportError(msg); in _reportUnexpectedChar()
688 _reportError(msg); in _throwInvalidSpace()
709 protected final void _reportError(String msg) throws JsonParseException { in _reportError() method in ParserMinimalBase
714 protected final void _reportError(String msg, Object arg) throws JsonParseException { in _reportError() method in ParserMinimalBase
719 …protected final void _reportError(String msg, Object arg1, Object arg2) throws JsonParseException { in _reportError() method in ParserMinimalBase
DParserBase.java430_reportError("Current token ("+_currToken+") not VALUE_STRING, can not access as binary"); in getBinaryValue()
782 _reportError("Internal error: _parseNumericValue called when parser instance closed"); in _parseNumericValue()
824_reportError("Current token (%s) not numeric, can not use numeric value accessors", _currToken); in _parseNumericValue()
836 _reportError("Internal error: _parseNumericValue called when parser instance closed"); in _parseIntValue()
1064 _reportError(String.format( in _reportMismatchedEndMarker()
1079 _reportError("Unrecognized character escape "+_getCharDesc(ch)); in _handleUnrecognizedCharacterEscape()
1094 _reportError(msg); in _throwUnquotedSpace()
1215 _reportError(b64variant.missingPaddingMessage()); in _handleBase64MissingPadding()
DGeneratorBase.java461 _reportError(String.format( in _asString()
484 _reportError(msg); in _decodeSurrogate()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/async/
DNonBlockingJsonParserBase.java418 _reportError("Current token not available: can not call this method"); in getText()
538_reportError("Current token (%s) not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not access as bina… in getBinaryValue()
848_reportError("Non-standard token '%s': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allo… in _valueNonStdNumberComplete()
885 _reportError("Invalid UTF-8 start byte 0x"+Integer.toHexString(mask)); in _reportInvalidInitial()
894 _reportError("Invalid UTF-8 middle byte 0x"+Integer.toHexString(mask)); in _reportInvalidOther()
DNonBlockingJsonParser.java99_reportError("Still have %d undecoded bytes, should not call 'feedInput'", _inputEnd - _inputPtr); in feedInput()
102 _reportError("Input end (%d) may not be before start (%d)", end, start); in feedInput()
106 _reportError("Already closed, can not feed more input"); in feedInput()
482_reportError("Unexpected byte 0x%02x following 0xEF 0xBB; should get 0xBF as third byte of UTF-8 B… in _finishBOM()
487_reportError("Unexpected byte 0x%02x following 0xEF; should get 0xBB as second byte UTF-8 BOM", ch… in _finishBOM()
1289 _reportError("Unrecognized token '%s': was expecting %s", _textBuffer.contentsAsString(), in _reportErrorToken()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8JsonGenerator.java220 _reportError("Can not write a field name, expecting a value"); in writeFieldName()
270 _reportError("Can not write a field name, expecting a value"); in writeFieldName()
362 _reportError("Current context not Array but "+_writeContext.typeDesc()); in writeEndArray()
410 _reportError("Current context not Object but "+_writeContext.typeDesc()); in writeEndObject()
431 _reportError("Can not write a field name, expecting a value"); in _writePPFieldName()
471 _reportError("Can not write a field name, expecting a value"); in _writePPFieldName()
535 _reportError("null reader"); in writeString()
570 _reportError("Didn't read enough from reader"); in writeString()
916_reportError("Too few bytes available: missing "+missing+" bytes (out of "+dataLength+")"); in writeBinary()
1661_reportError("Invalid custom escape definitions; custom escape not found for character code 0x" in _writeCustomStringSegment2()
[all …]
DWriterBasedJsonGenerator.java150 _reportError("Can not write a field name, expecting a value"); in writeFieldName()
161 _reportError("Can not write a field name, expecting a value"); in writeFieldName()
295 _reportError("Current context not Array but "+_writeContext.typeDesc()); in writeEndArray()
343 _reportError("Current context not Object but "+_writeContext.typeDesc()); in writeEndObject()
436 _reportError("null reader"); in writeString()
468 _reportError("Didn't read enough from reader"); in writeString()
693_reportError("Too few bytes available: missing "+missing+" bytes (out of "+dataLength+")"); in writeBinary()
DJsonGeneratorImpl.java248 _reportError(String.format("Can not %s, expecting field name (context: %s)", in _reportCantWriteValueExpectName()
DUTF8DataInputJsonParser.java412_reportError("Current token ("+_currToken+") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not ac… in getBinaryValue()
2081_reportError("Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to all… in _handleUnexpectedValue()
2088_reportError("Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS t… in _handleUnexpectedValue()
2196_reportError("Non-standard token '"+match+"': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS … in _handleInvalidNumberStart()
2727 _reportError("Unrecognized token '"+sb.toString()+"': was expecting "+msg); in _reportInvalidToken()
2743 _reportError("Invalid UTF-8 start byte 0x"+Integer.toHexString(mask)); in _reportInvalidInitial()
2749 _reportError("Invalid UTF-8 middle byte 0x"+Integer.toHexString(mask)); in _reportInvalidOther()
DReaderBasedJsonParser.java473_reportError("Current token ("+_currToken+") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not ac… in getBinaryValue()
1674_reportError("Non-standard token '"+match+"': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS … in _handleInvalidNumberStart()
1681_reportError("Non-standard token '"+match+"': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS … in _handleInvalidNumberStart()
1930_reportError("Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to all… in _handleOddValue()
1937_reportError("Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS t… in _handleOddValue()
2903 _reportError("Unrecognized token '%s': was expecting %s", sb, msg); in _reportInvalidToken()
DUTF8StreamJsonParser.java521_reportError("Current token ("+_currToken+") not VALUE_STRING or VALUE_EMBEDDED_OBJECT, can not ac… in getBinaryValue()
2669_reportError("Non-standard token 'NaN': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to all… in _handleUnexpectedValue()
2676_reportError("Non-standard token 'Infinity': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS t… in _handleUnexpectedValue()
2815_reportError("Non-standard token '%s': enable JsonParser.Feature.ALLOW_NON_NUMERIC_NUMBERS to allo… in _handleInvalidNumberStart()
3593 _reportError("Unrecognized token '%s': was expecting %s", sb, msg); in _reportInvalidToken()
3606 _reportError("Invalid UTF-8 start byte 0x"+Integer.toHexString(mask)); in _reportInvalidInitial()
3610 _reportError("Invalid UTF-8 middle byte 0x"+Integer.toHexString(mask)); in _reportInvalidOther()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java1919 _reportError("No current event to copy"); in copyCurrentEvent()
2193 protected void _reportError(String msg) throws JsonGenerationException { in _reportError() method in JsonGenerator