public abstract class com.fasterxml.jackson.core.exc.StreamWriteException extends com.fasterxml.jackson.core.JsonProcessingException
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.fasterxml.jackson.core.exc.StreamWriteException
  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.JsonGenerator _processor;
    descriptor: Lcom/fasterxml/jackson/core/JsonGenerator;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  protected void <init>(java.lang.Throwable, com.fasterxml.jackson.core.JsonGenerator);
    descriptor: (Ljava/lang/Throwable;Lcom/fasterxml/jackson/core/JsonGenerator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.exc.StreamWriteException this
        start local 1 // java.lang.Throwable rootCause
        start local 2 // com.fasterxml.jackson.core.JsonGenerator g
         0: .line 21
            aload 0 /* this */
            aload 1 /* rootCause */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/Throwable;)V
         1: .line 22
            aload 0 /* this */
            aload 2 /* g */
            putfield com.fasterxml.jackson.core.exc.StreamWriteException._processor:Lcom/fasterxml/jackson/core/JsonGenerator;
         2: .line 23
            return
        end local 2 // com.fasterxml.jackson.core.JsonGenerator g
        end local 1 // java.lang.Throwable rootCause
        end local 0 // com.fasterxml.jackson.core.exc.StreamWriteException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/fasterxml/jackson/core/exc/StreamWriteException;
            0    3     1  rootCause  Ljava/lang/Throwable;
            0    3     2          g  Lcom/fasterxml/jackson/core/JsonGenerator;
    MethodParameters:
           Name  Flags
      rootCause  
      g          

  protected void <init>(java.lang.String, com.fasterxml.jackson.core.JsonGenerator);
    descriptor: (Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonGenerator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.fasterxml.jackson.core.exc.StreamWriteException this
        start local 1 // java.lang.String msg
        start local 2 // com.fasterxml.jackson.core.JsonGenerator g
         0: .line 26
            aload 0 /* this */
            aload 1 /* msg */
            aconst_null
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;)V
         1: .line 27
            aload 0 /* this */
            aload 2 /* g */
            putfield com.fasterxml.jackson.core.exc.StreamWriteException._processor:Lcom/fasterxml/jackson/core/JsonGenerator;
         2: .line 28
            return
        end local 2 // com.fasterxml.jackson.core.JsonGenerator g
        end local 1 // java.lang.String msg
        end local 0 // com.fasterxml.jackson.core.exc.StreamWriteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/exc/StreamWriteException;
            0    3     1   msg  Ljava/lang/String;
            0    3     2     g  Lcom/fasterxml/jackson/core/JsonGenerator;
    MethodParameters:
      Name  Flags
      msg   
      g     

  protected void <init>(java.lang.String, java.lang.Throwable, com.fasterxml.jackson.core.JsonGenerator);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;Lcom/fasterxml/jackson/core/JsonGenerator;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.core.exc.StreamWriteException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable rootCause
        start local 3 // com.fasterxml.jackson.core.JsonGenerator g
         0: .line 31
            aload 0 /* this */
            aload 1 /* msg */
            aconst_null
            aload 2 /* rootCause */
            invokespecial com.fasterxml.jackson.core.JsonProcessingException.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/JsonLocation;Ljava/lang/Throwable;)V
         1: .line 32
            aload 0 /* this */
            aload 3 /* g */
            putfield com.fasterxml.jackson.core.exc.StreamWriteException._processor:Lcom/fasterxml/jackson/core/JsonGenerator;
         2: .line 33
            return
        end local 3 // com.fasterxml.jackson.core.JsonGenerator g
        end local 2 // java.lang.Throwable rootCause
        end local 1 // java.lang.String msg
        end local 0 // com.fasterxml.jackson.core.exc.StreamWriteException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/fasterxml/jackson/core/exc/StreamWriteException;
            0    3     1        msg  Ljava/lang/String;
            0    3     2  rootCause  Ljava/lang/Throwable;
            0    3     3          g  Lcom/fasterxml/jackson/core/JsonGenerator;
    MethodParameters:
           Name  Flags
      msg        
      rootCause  
      g          

  public abstract com.fasterxml.jackson.core.exc.StreamWriteException withGenerator(com.fasterxml.jackson.core.JsonGenerator);
    descriptor: (Lcom/fasterxml/jackson/core/JsonGenerator;)Lcom/fasterxml/jackson/core/exc/StreamWriteException;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      g     

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

  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.exc.StreamWriteException.getProcessor:()Lcom/fasterxml/jackson/core/JsonGenerator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StreamWriteException.java"