class org.springframework.boot.web.embedded.tomcat.TomcatStarter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.tomcat.TomcatStarter
  super_class: java.lang.Object
{
  private static final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.boot.web.servlet.ServletContextInitializer[] initializers;
    descriptor: [Lorg/springframework/boot/web/servlet/ServletContextInitializer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile java.lang.Exception startUpException;
    descriptor: Ljava/lang/Exception;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(org.springframework.boot.web.servlet.ServletContextInitializer[]);
    descriptor: ([Lorg/springframework/boot/web/servlet/ServletContextInitializer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.tomcat.TomcatStarter this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tServletContainerInitializer cannot be resolved to a type\n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.TomcatStarter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/TomcatStarter;
    MethodParameters:
              Name  Flags
      initializers  

  public void onStartup(java.util.Set<java.lang.Class<?>>, ServletContext);
    descriptor: (Ljava/util/Set;LServletContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.web.embedded.tomcat.TomcatStarter this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tServletException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.tomcat.TomcatStarter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/TomcatStarter;
    Exceptions:
      throws ServletException
    Signature: (Ljava/util/Set<Ljava/lang/Class<*>;>;LServletContext;)V
    MethodParameters:
                Name  Flags
      classes         
      servletContext  

  java.lang.Exception getStartUpException();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.tomcat.TomcatStarter this
         0: .line 67
            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.embedded.tomcat.TomcatStarter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/tomcat/TomcatStarter;
}
SourceFile: "TomcatStarter.java"