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 start local 1 start local 2 0: aload 0
aload 1
aload 2
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: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
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: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ldc "Message must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
2: aload 2
ldc "Location must not be null"
invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
3: aload 0
aload 1
putfield org.springframework.beans.factory.parsing.Problem.message:Ljava/lang/String;
4: aload 0
aload 2
putfield org.springframework.beans.factory.parsing.Problem.location:Lorg/springframework/beans/factory/parsing/Location;
5: aload 0
aload 3
putfield org.springframework.beans.factory.parsing.Problem.parseState:Lorg/springframework/beans/factory/parsing/ParseState;
6: aload 0
aload 4
putfield org.springframework.beans.factory.parsing.Problem.rootCause:Ljava/lang/Throwable;
7: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield org.springframework.beans.factory.parsing.Problem.message:Ljava/lang/String;
areturn
end local 0 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 0: aload 0
getfield org.springframework.beans.factory.parsing.Problem.location:Lorg/springframework/beans/factory/parsing/Location;
areturn
end local 0 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 0: aload 0
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 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 0: aload 0
getfield org.springframework.beans.factory.parsing.Problem.parseState:Lorg/springframework/beans/factory/parsing/ParseState;
areturn
end local 0 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 0: aload 0
getfield org.springframework.beans.factory.parsing.Problem.rootCause:Ljava/lang/Throwable;
areturn
end local 0 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 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "Configuration problem: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 1
aload 0
invokevirtual org.springframework.beans.factory.parsing.Problem.getMessage:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
3: aload 1
ldc "\nOffending resource: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual org.springframework.beans.factory.parsing.Problem.getResourceDescription:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
4: aload 0
invokevirtual org.springframework.beans.factory.parsing.Problem.getParseState:()Lorg/springframework/beans/factory/parsing/ParseState;
ifnull 6
5: aload 1
bipush 10
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 0
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: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 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"