Uses of Class
com.google.protobuf.TextFormat.ParseException

Uses of TextFormat.ParseException in com.google.protobuf
 

Methods in com.google.protobuf that throw TextFormat.ParseException
static void TextFormat.merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)
          Parse a text-format message from input and merge the contents into builder.
static void TextFormat.merge(java.lang.CharSequence input, Message.Builder builder)
          Parse a text-format message from input and merge the contents into builder.
static void TextFormat.merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)
          Parse a text-format message from input and merge the contents into builder.
static void TextFormat.merge(java.lang.Readable input, Message.Builder builder)
          Parse a text-format message from input and merge the contents into builder.
 



Copyright © 2008-2009. All Rights Reserved.