Uses of Class
com.google.protobuf.TextFormat.UnknownFieldParseException
Packages that use TextFormat.UnknownFieldParseException
-
Uses of TextFormat.UnknownFieldParseException in com.google.protobuf
Methods in com.google.protobuf that return TextFormat.UnknownFieldParseExceptionModifier and TypeMethodDescriptionTextFormat.Tokenizer.unknownFieldParseExceptionPreviousToken
(String unknownField, 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.