public class org.springframework.beans.factory.parsing.Problem
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.factory.parsing.Problem
  super_class: java.lang.Object
{
  private final java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.beans.factory.parsing.Location location;
    descriptor: Lorg/springframework/beans/factory/parsing/Location;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.beans.factory.parsing.ParseState parseState;
    descriptor: Lorg/springframework/beans/factory/parsing/ParseState;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.lang.Throwable rootCause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>(java.lang.String, org.springframework.beans.factory.parsing.Location);
    descriptor: (Ljava/lang/String;Lorg/springframework/beans/factory/parsing/Location;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.springframework.beans.factory.parsing.Problem this
        start local 1 // java.lang.String message
        start local 2 // org.springframework.beans.factory.parsing.Location location
         0: .line 52
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* location */
            aconst_null
            aconst_null
            invokespecial org.springframework.beans.factory.parsing.Problem.<init>:(Ljava/lang/String;Lorg/springframework/beans/factory/parsing/Location;Lorg/springframework/beans/factory/parsing/ParseState;Ljava/lang/Throwable;)V
         1: .line 53
            return
        end local 2 // org.springframework.beans.factory.parsing.Location location
        end local 1 // java.lang.String message
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/beans/factory/parsing/Problem;
            0    2     1   message  Ljava/lang/String;
            0    2     2  location  Lorg/springframework/beans/factory/parsing/Location;
    MethodParameters:
          Name  Flags
      message   
      location  

  public void <init>(java.lang.String, org.springframework.beans.factory.parsing.Location, org.springframework.beans.factory.parsing.ParseState);
    descriptor: (Ljava/lang/String;Lorg/springframework/beans/factory/parsing/Location;Lorg/springframework/beans/factory/parsing/ParseState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.beans.factory.parsing.Problem this
        start local 1 // java.lang.String message
        start local 2 // org.springframework.beans.factory.parsing.Location location
        start local 3 // org.springframework.beans.factory.parsing.ParseState parseState
         0: .line 62
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* location */
            aload 3 /* parseState */
            aconst_null
            invokespecial org.springframework.beans.factory.parsing.Problem.<init>:(Ljava/lang/String;Lorg/springframework/beans/factory/parsing/Location;Lorg/springframework/beans/factory/parsing/ParseState;Ljava/lang/Throwable;)V
         1: .line 63
            return
        end local 3 // org.springframework.beans.factory.parsing.ParseState parseState
        end local 2 // org.springframework.beans.factory.parsing.Location location
        end local 1 // java.lang.String message
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/beans/factory/parsing/Problem;
            0    2     1     message  Ljava/lang/String;
            0    2     2    location  Lorg/springframework/beans/factory/parsing/Location;
            0    2     3  parseState  Lorg/springframework/beans/factory/parsing/ParseState;
    MethodParameters:
            Name  Flags
      message     
      location    
      parseState  

  public void <init>(java.lang.String, org.springframework.beans.factory.parsing.Location, org.springframework.beans.factory.parsing.ParseState, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Lorg/springframework/beans/factory/parsing/Location;Lorg/springframework/beans/factory/parsing/ParseState;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.springframework.beans.factory.parsing.Problem this
        start local 1 // java.lang.String message
        start local 2 // org.springframework.beans.factory.parsing.Location location
        start local 3 // org.springframework.beans.factory.parsing.ParseState parseState
        start local 4 // java.lang.Throwable rootCause
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 73
            aload 1 /* message */
            ldc "Message must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 74
            aload 2 /* location */
            ldc "Location must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         3: .line 75
            aload 0 /* this */
            aload 1 /* message */
            putfield org.springframework.beans.factory.parsing.Problem.message:Ljava/lang/String;
         4: .line 76
            aload 0 /* this */
            aload 2 /* location */
            putfield org.springframework.beans.factory.parsing.Problem.location:Lorg/springframework/beans/factory/parsing/Location;
         5: .line 77
            aload 0 /* this */
            aload 3 /* parseState */
            putfield org.springframework.beans.factory.parsing.Problem.parseState:Lorg/springframework/beans/factory/parsing/ParseState;
         6: .line 78
            aload 0 /* this */
            aload 4 /* rootCause */
            putfield org.springframework.beans.factory.parsing.Problem.rootCause:Ljava/lang/Throwable;
         7: .line 79
            return
        end local 4 // java.lang.Throwable rootCause
        end local 3 // org.springframework.beans.factory.parsing.ParseState parseState
        end local 2 // org.springframework.beans.factory.parsing.Location location
        end local 1 // java.lang.String message
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/springframework/beans/factory/parsing/Problem;
            0    8     1     message  Ljava/lang/String;
            0    8     2    location  Lorg/springframework/beans/factory/parsing/Location;
            0    8     3  parseState  Lorg/springframework/beans/factory/parsing/ParseState;
            0    8     4   rootCause  Ljava/lang/Throwable;
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.springframework.lang.Nullable()
      3:
        org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      message     
      location    
      parseState  
      rootCause   

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Problem this
         0: .line 86
            aload 0 /* this */
            getfield org.springframework.beans.factory.parsing.Problem.message:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Problem;

  public org.springframework.beans.factory.parsing.Location getLocation();
    descriptor: ()Lorg/springframework/beans/factory/parsing/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Problem this
         0: .line 93
            aload 0 /* this */
            getfield org.springframework.beans.factory.parsing.Problem.location:Lorg/springframework/beans/factory/parsing/Location;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Problem;

  public java.lang.String getResourceDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Problem this
         0: .line 102
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.parsing.Problem.getLocation:()Lorg/springframework/beans/factory/parsing/Location;
            invokevirtual org.springframework.beans.factory.parsing.Location.getResource:()Lorg/springframework/core/io/Resource;
            invokeinterface org.springframework.core.io.Resource.getDescription:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Problem;

  public org.springframework.beans.factory.parsing.ParseState getParseState();
    descriptor: ()Lorg/springframework/beans/factory/parsing/ParseState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Problem this
         0: .line 110
            aload 0 /* this */
            getfield org.springframework.beans.factory.parsing.Problem.parseState:Lorg/springframework/beans/factory/parsing/ParseState;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Problem;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.Throwable getRootCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Problem this
         0: .line 118
            aload 0 /* this */
            getfield org.springframework.beans.factory.parsing.Problem.rootCause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/parsing/Problem;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.beans.factory.parsing.Problem this
         0: .line 124
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 125
            aload 1 /* sb */
            ldc "Configuration problem: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 126
            aload 1 /* sb */
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.parsing.Problem.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 127
            aload 1 /* sb */
            ldc "\nOffending resource: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.parsing.Problem.getResourceDescription:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 128
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.parsing.Problem.getParseState:()Lorg/springframework/beans/factory/parsing/ParseState;
            ifnull 6
         5: .line 129
            aload 1 /* sb */
            bipush 10
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.springframework.beans.factory.parsing.Problem.getParseState:()Lorg/springframework/beans/factory/parsing/ParseState;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         6: .line 131
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // org.springframework.beans.factory.parsing.Problem this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/beans/factory/parsing/Problem;
            1    7     1    sb  Ljava/lang/StringBuilder;
}
SourceFile: "Problem.java"