public class org.springframework.boot.web.reactive.error.DefaultErrorAttributes implements org.springframework.boot.web.reactive.error.ErrorAttributes
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.reactive.error.DefaultErrorAttributes
  super_class: java.lang.Object
{
  private static final java.lang.String ERROR_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.Boolean includeException;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 64
            new java.lang.StringBuilder
            dup
            ldc Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".ERROR"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic org.springframework.boot.web.reactive.error.DefaultErrorAttributes.ERROR_ATTRIBUTE:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            aconst_null
            putfield org.springframework.boot.web.reactive.error.DefaultErrorAttributes.includeException:Ljava/lang/Boolean;
         2: .line 73
            return
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
        start local 1 // boolean includeException
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            aload 0 /* this */
            iload 1 /* includeException */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield org.springframework.boot.web.reactive.error.DefaultErrorAttributes.includeException:Ljava/lang/Boolean;
         2: .line 84
            return
        end local 1 // boolean includeException
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
            0    3     1  includeException  Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      includeException  

  public java.util.Map<java.lang.String, java.lang.Object> getErrorAttributes(ServerRequest, org.springframework.boot.web.error.ErrorAttributeOptions);
    descriptor: (LServerRequest;Lorg/springframework/boot/web/error/ErrorAttributeOptions;)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServerRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    Signature: (LServerRequest;Lorg/springframework/boot/web/error/ErrorAttributeOptions;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
         Name  Flags
      request  
      options  

  public java.util.Map<java.lang.String, java.lang.Object> getErrorAttributes(ServerRequest, boolean);
    descriptor: (LServerRequest;Z)Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServerRequest cannot be resolved to a type\n\tResponseStatus cannot be resolved to a type\n\tThe method get(Class<A>) in the type MergedAnnotations is not applicable for the arguments (Class<ResponseStatus>)\n\tResponseStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    Signature: (LServerRequest;Z)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                   Name  Flags
      request            
      includeStackTrace  

  private HttpStatus determineHttpStatus(java.lang.Throwable, org.springframework.core.annotation.MergedAnnotation<ResponseStatus>);
    descriptor: (Ljava/lang/Throwable;Lorg/springframework/core/annotation/MergedAnnotation;)LHttpStatus;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpStatus cannot be resolved to a type\n\tResponseStatus cannot be resolved to a type\n\tResponseStatusException cannot be resolved to a type\n\tResponseStatusException cannot be resolved to a type\n\tResponseStatusException cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    Signature: (Ljava/lang/Throwable;Lorg/springframework/core/annotation/MergedAnnotation<LResponseStatus;>;)LHttpStatus;
    MethodParameters:
                          Name  Flags
      error                     
      responseStatusAnnotation  

  private java.lang.String determineMessage(java.lang.Throwable, org.springframework.core.annotation.MergedAnnotation<ResponseStatus>);
    descriptor: (Ljava/lang/Throwable;Lorg/springframework/core/annotation/MergedAnnotation;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResponseStatus cannot be resolved to a type\n\tResponseStatusException cannot be resolved to a type\n\tResponseStatusException cannot be resolved to a type\n\tResponseStatusException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    Signature: (Ljava/lang/Throwable;Lorg/springframework/core/annotation/MergedAnnotation<LResponseStatus;>;)Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      error                     
      responseStatusAnnotation  

  private java.lang.Throwable determineException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 147
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tResponseStatusException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    MethodParameters:
       Name  Flags
      error  

  private void addStackTrace(java.util.Map<java.lang.String, java.lang.Object>, java.lang.Throwable);
    descriptor: (Ljava/util/Map;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
        start local 1 // java.util.Map errorAttributes
        start local 2 // java.lang.Throwable error
         0: .line 154
            new java.io.StringWriter
            dup
            invokespecial java.io.StringWriter.<init>:()V
            astore 3 /* stackTrace */
        start local 3 // java.io.StringWriter stackTrace
         1: .line 155
            aload 2 /* error */
            new java.io.PrintWriter
            dup
            aload 3 /* stackTrace */
            invokespecial java.io.PrintWriter.<init>:(Ljava/io/Writer;)V
            invokevirtual java.lang.Throwable.printStackTrace:(Ljava/io/PrintWriter;)V
         2: .line 156
            aload 3 /* stackTrace */
            invokevirtual java.io.StringWriter.flush:()V
         3: .line 157
            aload 1 /* errorAttributes */
            ldc "trace"
            aload 3 /* stackTrace */
            invokevirtual java.io.StringWriter.toString:()Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 158
            return
        end local 3 // java.io.StringWriter stackTrace
        end local 2 // java.lang.Throwable error
        end local 1 // java.util.Map errorAttributes
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
            0    5     1  errorAttributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    5     2            error  Ljava/lang/Throwable;
            1    5     3       stackTrace  Ljava/io/StringWriter;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Throwable;)V
    MethodParameters:
                 Name  Flags
      errorAttributes  
      error            

  private void handleException(java.util.Map<java.lang.String, java.lang.Object>, java.lang.Throwable, );
    descriptor: (Ljava/util/Map;Ljava/lang/Throwable;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
        start local 1 // java.util.Map errorAttributes
        start local 2 // java.lang.Throwable error
        start local 3 // boolean includeStackTrace
         0: .line 161
            aload 1 /* errorAttributes */
            ldc "exception"
            aload 2 /* error */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 162
            iload 3 /* includeStackTrace */
            ifeq 3
         2: .line 163
            aload 0 /* this */
            aload 1 /* errorAttributes */
            aload 2 /* error */
            invokevirtual org.springframework.boot.web.reactive.error.DefaultErrorAttributes.addStackTrace:(Ljava/util/Map;Ljava/lang/Throwable;)V
         3: .line 165
      StackMap locals:
      StackMap stack:
            aload 2 /* error */
            instanceof org.springframework.validation.BindingResult
            ifeq 7
         4: .line 166
            aload 2 /* error */
            checkcast org.springframework.validation.BindingResult
            astore 4 /* result */
        start local 4 // org.springframework.validation.BindingResult result
         5: .line 167
            aload 4 /* result */
            invokeinterface org.springframework.validation.BindingResult.hasErrors:()Z
            ifeq 7
         6: .line 168
            aload 1 /* errorAttributes */
            ldc "errors"
            aload 4 /* result */
            invokeinterface org.springframework.validation.BindingResult.getAllErrors:()Ljava/util/List;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // org.springframework.validation.BindingResult result
         7: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean includeStackTrace
        end local 2 // java.lang.Throwable error
        end local 1 // java.util.Map errorAttributes
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
            0    8     1    errorAttributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    8     2              error  Ljava/lang/Throwable;
            0    8     3  includeStackTrace  Z
            5    7     4             result  Lorg/springframework/validation/BindingResult;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/Throwable;Z)V
    MethodParameters:
                   Name  Flags
      errorAttributes    
      error              
      includeStackTrace  

  public java.lang.Throwable getError(ServerRequest);
    descriptor: (LServerRequest;)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServerRequest cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    MethodParameters:
         Name  Flags
      request  

  public void storeErrorInformation(java.lang.Throwable, ServerWebExchange);
    descriptor: (Ljava/lang/Throwable;LServerWebExchange;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
         0: .line 180
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServerWebExchange cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.reactive.error.DefaultErrorAttributes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/reactive/error/DefaultErrorAttributes;
    MethodParameters:
          Name  Flags
      error     
      exchange  

  public java.lang.Throwable getError(ServerRequest);
    descriptor: (LServerRequest;)Ljava/lang/Throwable;
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type DefaultErrorAttributes must implement the inherited abstract method ErrorAttributes.getError(ServerRequest)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            

  public void storeErrorInformation(java.lang.Throwable, ServerWebExchange);
    descriptor: (Ljava/lang/Throwable;LServerWebExchange;)V
    flags: (0x1001) ACC_PUBLIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe type DefaultErrorAttributes must implement the inherited abstract method ErrorAttributes.storeErrorInformation(Throwable, ServerWebExchange)\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
            
            
}
SourceFile: "DefaultErrorAttributes.java"