public class org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl 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.ExceptionHandlerHaltImpl
  super_class: java.lang.Object
{
  public static final org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl INSTANCE;
    descriptor: Lorg/hibernate/tool/schema/internal/ExceptionHandlerHaltImpl;
    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 22
            new org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl
            dup
            invokespecial org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl.<init>:()V
            putstatic org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl.INSTANCE:Lorg/hibernate/tool/schema/internal/ExceptionHandlerHaltImpl;
            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.ExceptionHandlerHaltImpl this
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerHaltImpl;

  public void handleException(org.hibernate.tool.schema.spi.CommandAcceptanceException);
    descriptor: (Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl this
        start local 1 // org.hibernate.tool.schema.spi.CommandAcceptanceException exception
         0: .line 26
            new org.hibernate.tool.schema.spi.SchemaManagementException
            dup
         1: .line 28
            getstatic java.util.Locale.ROOT:Ljava/util/Locale;
         2: .line 29
            ldc "Halting on error : %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 30
            aload 1 /* exception */
            invokevirtual org.hibernate.tool.schema.spi.CommandAcceptanceException.getMessage:()Ljava/lang/String;
            aastore
         4: .line 27
            invokestatic java.lang.String.format:(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         5: .line 32
            aload 1 /* exception */
         6: .line 26
            invokespecial org.hibernate.tool.schema.spi.SchemaManagementException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // org.hibernate.tool.schema.spi.CommandAcceptanceException exception
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerHaltImpl;
            0    7     1  exception  Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "ExceptionHandlerHaltImpl.java"