public class org.springframework.boot.web.server.ErrorPage
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.web.server.ErrorPage
  super_class: java.lang.Object
{
  private final HttpStatus status;
    descriptor: LHttpStatus;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<? extends java.lang.Throwable> exception;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<+Ljava/lang/Throwable;>;

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

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.http cannot be resolved\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus 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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;
    MethodParameters:
      Name  Flags
      path  

  public void <init>(HttpStatus, java.lang.String);
    descriptor: (LHttpStatus;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.http cannot be resolved\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus 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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;
    MethodParameters:
        Name  Flags
      status  
      path    

  public void <init>(java.lang.Class<? extends java.lang.Throwable>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.http cannot be resolved\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus cannot be resolved to a type\n\tHttpStatus 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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;
    Signature: (Ljava/lang/Class<+Ljava/lang/Throwable;>;Ljava/lang/String;)V
    MethodParameters:
           Name  Flags
      exception  
      path       

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;

  public java.lang.Class<? extends java.lang.Throwable> getException();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 69
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;
    Signature: ()Ljava/lang/Class<+Ljava/lang/Throwable;>;

  public HttpStatus getStatus();
    descriptor: ()LHttpStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpStatus 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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;

  public int getStatusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpStatus 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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;

  public java.lang.String getExceptionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 94
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;

  public boolean isGlobal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpStatus 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.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.server.ErrorPage this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.server.ErrorPage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/server/ErrorPage;
}
SourceFile: "ErrorPage.java"