public class com.fasterxml.jackson.core.JsonParseException extends com.fasterxml.jackson.core.JsonProcessingException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.core.JsonParseException
  super_class: com.fasterxml.jackson.core.JsonProcessingException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  protected transient com.fasterxml.jackson.core.JsonParser _processor;
    descriptor: Lcom/fasterxml/jackson/core/JsonParser;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected com.fasterxml.jackson.core.util.RequestPayload _requestPayload;
    descriptor: Lcom/fasterxml/jackson/core/util/RequestPayload;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(java.lang.String, com.fasterxml.jackson.core.JsonLocation);
    descriptor: (Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // java.lang.String msg
        start local 2 // com.fasterxml.jackson.core.JsonLocation loc
         0: .line 33
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* loc */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;)V
         1: .line 34
            return
        end local 2 // com.fasterxml.jackson.core.JsonLocation loc
        end local 1 // java.lang.String msg
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    2     1   msg  Ljava/lang/String;
            0    2     2   loc  Lcom/fasterxml/jackson/core/JsonLocation;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      msg   
      loc   

  public void <init>(java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // java.lang.String msg
        start local 2 // com.fasterxml.jackson.core.JsonLocation loc
        start local 3 // java.lang.Throwable root
         0: .line 38
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* loc */
            aload 3 /* root */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;Ljava/lang/Throwable;)V
         1: .line 39
            return
        end local 3 // java.lang.Throwable root
        end local 2 // com.fasterxml.jackson.core.JsonLocation loc
        end local 1 // java.lang.String msg
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    2     1   msg  Ljava/lang/String;
            0    2     2   loc  Lcom/fasterxml/jackson/core/JsonLocation;
            0    2     3  root  Ljava/lang/Throwable;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      msg   
      loc   
      root  

  public void <init>(com.fasterxml.jackson.core.JsonParser, java.lang.String);
    descriptor: (Lcom/fasterxml/jackson/core/JsonParser;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // com.fasterxml.jackson.core.JsonParser p
        start local 2 // java.lang.String msg
         0: .line 49
            aload 0 /* this */
            aload 2 /* msg */
            aload 1 /* p */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals: uninitialized-this com.fasterxml.jackson.core.JsonParser java.lang.String
      StackMap stack: uninitialized-this java.lang.String
         1: aload 1 /* p */
            invokevirtual com.fasterxml.jackson.core.JsonParser.getCurrentLocation:()Lcom/fasterxml/jackson/core/JsonLocation;
      StackMap locals: uninitialized-this com.fasterxml.jackson.core.JsonParser java.lang.String
      StackMap stack: uninitialized-this java.lang.String com.fasterxml.jackson.core.JsonLocation
         2: invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;)V
         3: .line 50
            aload 0 /* this */
            aload 1 /* p */
            putfield com.fasterxml.jackson.core.JsonParseException._processor:Lcom/fasterxml/jackson/core/JsonParser;
         4: .line 51
            return
        end local 2 // java.lang.String msg
        end local 1 // com.fasterxml.jackson.core.JsonParser p
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    5     1     p  Lcom/fasterxml/jackson/core/JsonParser;
            0    5     2   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      p     
      msg   

  public void <init>(com.fasterxml.jackson.core.JsonParser, java.lang.String, java.lang.Throwable);
    descriptor: (Lcom/fasterxml/jackson/core/JsonParser;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // com.fasterxml.jackson.core.JsonParser p
        start local 2 // java.lang.String msg
        start local 3 // java.lang.Throwable root
         0: .line 57
            aload 0 /* this */
            aload 2 /* msg */
            aload 1 /* p */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals: uninitialized-this com.fasterxml.jackson.core.JsonParser java.lang.String java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         1: aload 1 /* p */
            invokevirtual com.fasterxml.jackson.core.JsonParser.getCurrentLocation:()Lcom/fasterxml/jackson/core/JsonLocation;
      StackMap locals: uninitialized-this com.fasterxml.jackson.core.JsonParser java.lang.String java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String com.fasterxml.jackson.core.JsonLocation
         2: aload 3 /* root */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;Ljava/lang/Throwable;)V
         3: .line 58
            aload 0 /* this */
            aload 1 /* p */
            putfield com.fasterxml.jackson.core.JsonParseException._processor:Lcom/fasterxml/jackson/core/JsonParser;
         4: .line 59
            return
        end local 3 // java.lang.Throwable root
        end local 2 // java.lang.String msg
        end local 1 // com.fasterxml.jackson.core.JsonParser p
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    5     1     p  Lcom/fasterxml/jackson/core/JsonParser;
            0    5     2   msg  Ljava/lang/String;
            0    5     3  root  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      p     
      msg   
      root  

  public void <init>(com.fasterxml.jackson.core.JsonParser, java.lang.String, com.fasterxml.jackson.core.JsonLocation);
    descriptor: (Lcom/fasterxml/jackson/core/JsonParser;Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // com.fasterxml.jackson.core.JsonParser p
        start local 2 // java.lang.String msg
        start local 3 // com.fasterxml.jackson.core.JsonLocation loc
         0: .line 65
            aload 0 /* this */
            aload 2 /* msg */
            aload 3 /* loc */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;)V
         1: .line 66
            aload 0 /* this */
            aload 1 /* p */
            putfield com.fasterxml.jackson.core.JsonParseException._processor:Lcom/fasterxml/jackson/core/JsonParser;
         2: .line 67
            return
        end local 3 // com.fasterxml.jackson.core.JsonLocation loc
        end local 2 // java.lang.String msg
        end local 1 // com.fasterxml.jackson.core.JsonParser p
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    3     1     p  Lcom/fasterxml/jackson/core/JsonParser;
            0    3     2   msg  Ljava/lang/String;
            0    3     3   loc  Lcom/fasterxml/jackson/core/JsonLocation;
    MethodParameters:
      Name  Flags
      p     
      msg   
      loc   

  public void <init>(com.fasterxml.jackson.core.JsonParser, java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Throwable);
    descriptor: (Lcom/fasterxml/jackson/core/JsonParser;Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // com.fasterxml.jackson.core.JsonParser p
        start local 2 // java.lang.String msg
        start local 3 // com.fasterxml.jackson.core.JsonLocation loc
        start local 4 // java.lang.Throwable root
         0: .line 73
            aload 0 /* this */
            aload 2 /* msg */
            aload 3 /* loc */
            aload 4 /* root */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;Ljava/lang/Throwable;)V
         1: .line 74
            aload 0 /* this */
            aload 1 /* p */
            putfield com.fasterxml.jackson.core.JsonParseException._processor:Lcom/fasterxml/jackson/core/JsonParser;
         2: .line 75
            return
        end local 4 // java.lang.Throwable root
        end local 3 // com.fasterxml.jackson.core.JsonLocation loc
        end local 2 // java.lang.String msg
        end local 1 // com.fasterxml.jackson.core.JsonParser p
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    3     1     p  Lcom/fasterxml/jackson/core/JsonParser;
            0    3     2   msg  Ljava/lang/String;
            0    3     3   loc  Lcom/fasterxml/jackson/core/JsonLocation;
            0    3     4  root  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      p     
      msg   
      loc   
      root  

  public com.fasterxml.jackson.core.JsonParseException withParser(com.fasterxml.jackson.core.JsonParser);
    descriptor: (Lcom/fasterxml/jackson/core/JsonParser;)Lcom/fasterxml/jackson/core/JsonParseException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // com.fasterxml.jackson.core.JsonParser p
         0: .line 86
            aload 0 /* this */
            aload 1 /* p */
            putfield com.fasterxml.jackson.core.JsonParseException._processor:Lcom/fasterxml/jackson/core/JsonParser;
         1: .line 87
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.core.JsonParser p
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    2     1     p  Lcom/fasterxml/jackson/core/JsonParser;
    MethodParameters:
      Name  Flags
      p     

  public com.fasterxml.jackson.core.JsonParseException withRequestPayload(com.fasterxml.jackson.core.util.RequestPayload);
    descriptor: (Lcom/fasterxml/jackson/core/util/RequestPayload;)Lcom/fasterxml/jackson/core/JsonParseException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
        start local 1 // com.fasterxml.jackson.core.util.RequestPayload p
         0: .line 99
            aload 0 /* this */
            aload 1 /* p */
            putfield com.fasterxml.jackson.core.JsonParseException._requestPayload:Lcom/fasterxml/jackson/core/util/RequestPayload;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // com.fasterxml.jackson.core.util.RequestPayload p
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            0    2     1     p  Lcom/fasterxml/jackson/core/util/RequestPayload;
    MethodParameters:
      Name  Flags
      p     

  public com.fasterxml.jackson.core.JsonParser getProcessor();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
         0: .line 105
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonParseException._processor:Lcom/fasterxml/jackson/core/JsonParser;
            areturn
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonParseException;

  public com.fasterxml.jackson.core.util.RequestPayload getRequestPayload();
    descriptor: ()Lcom/fasterxml/jackson/core/util/RequestPayload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
         0: .line 117
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonParseException._requestPayload:Lcom/fasterxml/jackson/core/util/RequestPayload;
            areturn
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/core/JsonParseException;

  public java.lang.String getRequestPayloadAsString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
         0: .line 129
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonParseException._requestPayload:Lcom/fasterxml/jackson/core/util/RequestPayload;
            ifnull 1
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonParseException._requestPayload:Lcom/fasterxml/jackson/core/util/RequestPayload;
            invokevirtual com.fasterxml.jackson.core.util.RequestPayload.toString:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/JsonParseException;

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.fasterxml.jackson.core.JsonParseException this
         0: .line 137
            aload 0 /* this */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.getMessage:()Ljava/lang/String;
            astore 1 /* msg */
        start local 1 // java.lang.String msg
         1: .line 138
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonParseException._requestPayload:Lcom/fasterxml/jackson/core/util/RequestPayload;
            ifnull 3
         2: .line 139
            new java.lang.StringBuilder
            dup
            aload 1 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\nRequest payload : "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.JsonParseException._requestPayload:Lcom/fasterxml/jackson/core/util/RequestPayload;
            invokevirtual com.fasterxml.jackson.core.util.RequestPayload.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* msg */
         3: .line 141
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* msg */
            areturn
        end local 1 // java.lang.String msg
        end local 0 // com.fasterxml.jackson.core.JsonParseException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/core/JsonParseException;
            1    4     1   msg  Ljava/lang/String;

  public java.lang.Object getProcessor();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.fasterxml.jackson.core.JsonParseException.getProcessor:()Lcom/fasterxml/jackson/core/JsonParser;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "JsonParseException.java"