public class org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl implements org.hibernate.tool.schema.spi.ExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl
  super_class: java.lang.Object
{
  private static final org.jboss.logging.Logger log;
    descriptor: Lorg/jboss/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl INSTANCE;
    descriptor: Lorg/hibernate/tool/schema/internal/ExceptionHandlerLoggedImpl;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 18
            ldc Lorg/hibernate/tool/schema/internal/ExceptionHandlerLoggedImpl;
            invokestatic org.jboss.logging.Logger.getLogger:(Ljava/lang/Class;)Lorg/jboss/logging/Logger;
            putstatic org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl.log:Lorg/jboss/logging/Logger;
         1: .line 23
            new org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl
            dup
            invokespecial org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl.<init>:()V
            putstatic org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl.INSTANCE:Lorg/hibernate/tool/schema/internal/ExceptionHandlerLoggedImpl;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerLoggedImpl;

  public void handleException(org.hibernate.tool.schema.spi.CommandAcceptanceException);
    descriptor: (Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl this
        start local 1 // org.hibernate.tool.schema.spi.CommandAcceptanceException exception
         0: .line 27
            getstatic org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl.log:Lorg/jboss/logging/Logger;
         1: .line 28
            aload 1 /* exception */
         2: .line 29
            ldc "GenerationTarget encountered exception accepting command : %s"
         3: .line 30
            aload 1 /* exception */
            invokevirtual org.hibernate.tool.schema.spi.CommandAcceptanceException.getMessage:()Ljava/lang/String;
         4: .line 27
            invokevirtual org.jboss.logging.Logger.warnf:(Ljava/lang/Throwable;Ljava/lang/String;Ljava/lang/Object;)V
         5: .line 32
            return
        end local 1 // org.hibernate.tool.schema.spi.CommandAcceptanceException exception
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerLoggedImpl;
            0    6     1  exception  Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "ExceptionHandlerLoggedImpl.java"