Searched refs:parseException (Results 1 – 1 of 1) sorted by relevance
750 throw parseException("Expected \"" + token + "\"."); in consume()789 throw parseException( in consumeIdentifier()988 throw parseException("Expected \"true\" or \"false\"."); in consumeBoolean()1039 throw parseException("Expected string."); in consumeByteString()1044 throw parseException("String missing ending quote."); in consumeByteString()1054 throw parseException(e.getMessage()); in consumeByteString()1062 public ParseException parseException(final String description) { in parseException() method in TextFormat.Tokenizer1085 return parseException("Couldn't parse integer: " + e.getMessage()); in integerParseException()1093 return parseException("Couldn't parse number: " + e.getMessage()); in floatParseException()1624 throw tokenizer.parseException( in consumeFieldValue()[all …]