Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java750 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.Tokenizer
1085 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 …]