public class org.springframework.boot.context.config.ConfigDataLocationNotFoundException extends org.springframework.boot.context.config.ConfigDataNotFoundException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.context.config.ConfigDataLocationNotFoundException
  super_class: org.springframework.boot.context.config.ConfigDataNotFoundException
{
  private final org.springframework.boot.context.config.ConfigDataLocation location;
    descriptor: Lorg/springframework/boot/context/config/ConfigDataLocation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.boot.context.config.ConfigDataLocation);
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataLocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
        start local 1 // org.springframework.boot.context.config.ConfigDataLocation location
         0: .line 38
            aload 0 /* this */
            aload 1 /* location */
            aconst_null
            invokespecial org.springframework.boot.context.config.ConfigDataLocationNotFoundException.<init>:(Lorg/springframework/boot/context/config/ConfigDataLocation;Ljava/lang/Throwable;)V
         1: .line 39
            return
        end local 1 // org.springframework.boot.context.config.ConfigDataLocation location
        end local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/springframework/boot/context/config/ConfigDataLocationNotFoundException;
            0    2     1  location  Lorg/springframework/boot/context/config/ConfigDataLocation;
    MethodParameters:
          Name  Flags
      location  

  public void <init>(org.springframework.boot.context.config.ConfigDataLocation, java.lang.Throwable);
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataLocation;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
        start local 1 // org.springframework.boot.context.config.ConfigDataLocation location
        start local 2 // java.lang.Throwable cause
         0: .line 47
            aload 0 /* this */
            aload 1 /* location */
            invokestatic org.springframework.boot.context.config.ConfigDataLocationNotFoundException.getMessage:(Lorg/springframework/boot/context/config/ConfigDataLocation;)Ljava/lang/String;
            aload 2 /* cause */
            invokespecial org.springframework.boot.context.config.ConfigDataNotFoundException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 48
            aload 1 /* location */
            ldc "Location must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 49
            aload 0 /* this */
            aload 1 /* location */
            putfield org.springframework.boot.context.config.ConfigDataLocationNotFoundException.location:Lorg/springframework/boot/context/config/ConfigDataLocation;
         3: .line 50
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // org.springframework.boot.context.config.ConfigDataLocation location
        end local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/springframework/boot/context/config/ConfigDataLocationNotFoundException;
            0    4     1  location  Lorg/springframework/boot/context/config/ConfigDataLocation;
            0    4     2     cause  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      location  
      cause     

  public org.springframework.boot.context.config.ConfigDataLocation getLocation();
    descriptor: ()Lorg/springframework/boot/context/config/ConfigDataLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
         0: .line 57
            aload 0 /* this */
            getfield org.springframework.boot.context.config.ConfigDataLocationNotFoundException.location:Lorg/springframework/boot/context/config/ConfigDataLocation;
            areturn
        end local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/config/ConfigDataLocationNotFoundException;

  public org.springframework.boot.origin.Origin getOrigin();
    descriptor: ()Lorg/springframework/boot/origin/Origin;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
         0: .line 62
            aload 0 /* this */
            getfield org.springframework.boot.context.config.ConfigDataLocationNotFoundException.location:Lorg/springframework/boot/context/config/ConfigDataLocation;
            invokestatic org.springframework.boot.origin.Origin.from:(Ljava/lang/Object;)Lorg/springframework/boot/origin/Origin;
            areturn
        end local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/config/ConfigDataLocationNotFoundException;

  public java.lang.String getReferenceDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
         0: .line 67
            aload 0 /* this */
            getfield org.springframework.boot.context.config.ConfigDataLocationNotFoundException.location:Lorg/springframework/boot/context/config/ConfigDataLocation;
            invokestatic org.springframework.boot.context.config.ConfigDataLocationNotFoundException.getReferenceDescription:(Lorg/springframework/boot/context/config/ConfigDataLocation;)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.context.config.ConfigDataLocationNotFoundException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/context/config/ConfigDataLocationNotFoundException;

  private static java.lang.String getMessage(org.springframework.boot.context.config.ConfigDataLocation);
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataLocation;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.config.ConfigDataLocation location
         0: .line 71
            ldc "Config data %s cannot be found"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* location */
            invokestatic org.springframework.boot.context.config.ConfigDataLocationNotFoundException.getReferenceDescription:(Lorg/springframework/boot/context/config/ConfigDataLocation;)Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.context.config.ConfigDataLocation location
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  location  Lorg/springframework/boot/context/config/ConfigDataLocation;
    MethodParameters:
          Name  Flags
      location  

  private static java.lang.String getReferenceDescription(org.springframework.boot.context.config.ConfigDataLocation);
    descriptor: (Lorg/springframework/boot/context/config/ConfigDataLocation;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.springframework.boot.context.config.ConfigDataLocation location
         0: .line 75
            ldc "location '%s'"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* location */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.context.config.ConfigDataLocation location
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  location  Lorg/springframework/boot/context/config/ConfigDataLocation;
    MethodParameters:
          Name  Flags
      location  
}
SourceFile: "ConfigDataLocationNotFoundException.java"