public class android.net.ParseException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.net.ParseException
  super_class: java.lang.RuntimeException
{
  public java.lang.String response;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.net.ParseException this
        start local 1 // java.lang.String response
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* response */
            putfield android.net.ParseException.response:Ljava/lang/String;
         2: .line 28
            return
        end local 1 // java.lang.String response
        end local 0 // android.net.ParseException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Landroid/net/ParseException;
            0    3     1  response  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "ParseException.java"