Uses of Class
com.google.protobuf.TextFormat.UnknownFieldParseException
-
Packages that use TextFormat.UnknownFieldParseException Package Description com.google.protobuf -
-
Uses of TextFormat.UnknownFieldParseException in com.google.protobuf
Methods in com.google.protobuf that return TextFormat.UnknownFieldParseException Modifier and Type Method Description TextFormat.UnknownFieldParseException
TextFormat.Tokenizer. unknownFieldParseExceptionPreviousToken(java.lang.String unknownField, java.lang.String description)
Returns aTextFormat.UnknownFieldParseException
with the line and column numbers of the previous token in the description, and the unknown field name, suitable for throwing.
-