Searched refs:parseException (Results 1 – 1 of 1) sorted by relevance
1025 throw parseException("Expected \"" + token + "\"."); in consume()1058 throw parseException("Expected identifier. Found '" + currentToken + "'"); in consumeIdentifier()1256 throw parseException("Expected \"true\" or \"false\". Found \"" + currentToken + "\"."); in consumeBoolean()1299 throw parseException("Expected string."); in consumeByteString()1303 throw parseException("String missing ending quote."); in consumeByteString()1312 throw parseException(e.getMessage()); in consumeByteString()1320 public ParseException parseException(final String description) { in parseException() method in TextFormat.Tokenizer1339 return parseException("Couldn't parse integer: " + e.getMessage()); in integerParseException()1347 return parseException("Couldn't parse number: " + e.getMessage()); in floatParseException()2036 throw tokenizer.parseException("Expected \"" + endToken + "\"."); in consumeFieldValue()[all …]