public class com.google.protobuf.TextFormat$UnknownFieldParseException extends com.google.protobuf.TextFormat$ParseException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.protobuf.TextFormat$UnknownFieldParseException
  super_class: com.google.protobuf.TextFormat$ParseException
{
  private final java.lang.String unknownField;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.google.protobuf.TextFormat$UnknownFieldParseException this
        start local 1 // java.lang.String message
         0: .line 1328
            aload 0 /* this */
            iconst_m1
            iconst_m1
            ldc ""
            aload 1 /* message */
            invokespecial com.google.protobuf.TextFormat$UnknownFieldParseException.<init>:(IILjava/lang/String;Ljava/lang/String;)V
         1: .line 1329
            return
        end local 1 // java.lang.String message
        end local 0 // com.google.protobuf.TextFormat$UnknownFieldParseException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/google/protobuf/TextFormat$UnknownFieldParseException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  final

  public void <init>(int, int, java.lang.String, java.lang.String);
    descriptor: (IILjava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.google.protobuf.TextFormat$UnknownFieldParseException this
        start local 1 // int line
        start local 2 // int column
        start local 3 // java.lang.String unknownField
        start local 4 // java.lang.String message
         0: .line 1340
            aload 0 /* this */
            iload 1 /* line */
            iload 2 /* column */
            aload 4 /* message */
            invokespecial com.google.protobuf.TextFormat$ParseException.<init>:(IILjava/lang/String;)V
         1: .line 1341
            aload 0 /* this */
            aload 3 /* unknownField */
            putfield com.google.protobuf.TextFormat$UnknownFieldParseException.unknownField:Ljava/lang/String;
         2: .line 1342
            return
        end local 4 // java.lang.String message
        end local 3 // java.lang.String unknownField
        end local 2 // int column
        end local 1 // int line
        end local 0 // com.google.protobuf.TextFormat$UnknownFieldParseException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/google/protobuf/TextFormat$UnknownFieldParseException;
            0    3     1          line  I
            0    3     2        column  I
            0    3     3  unknownField  Ljava/lang/String;
            0    3     4       message  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      line          final
      column        final
      unknownField  final
      message       final

  public java.lang.String getUnknownField();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.TextFormat$UnknownFieldParseException this
         0: .line 1348
            aload 0 /* this */
            getfield com.google.protobuf.TextFormat$UnknownFieldParseException.unknownField:Ljava/lang/String;
            areturn
        end local 0 // com.google.protobuf.TextFormat$UnknownFieldParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/TextFormat$UnknownFieldParseException;
}
SourceFile: "TextFormat.java"
NestHost: com.google.protobuf.TextFormat
InnerClasses:
  public ParseException = com.google.protobuf.TextFormat$ParseException of com.google.protobuf.TextFormat
  public UnknownFieldParseException = com.google.protobuf.TextFormat$UnknownFieldParseException of com.google.protobuf.TextFormat