public class org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl 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.ExceptionHandlerCollectingImpl
  super_class: java.lang.Object
{
  private final java.util.List<org.hibernate.tool.schema.spi.CommandAcceptanceException> exceptions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl this
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl.exceptions:Ljava/util/List;
         2: .line 22
            return
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerCollectingImpl;

  public void handleException(org.hibernate.tool.schema.spi.CommandAcceptanceException);
    descriptor: (Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl this
        start local 1 // org.hibernate.tool.schema.spi.CommandAcceptanceException exception
         0: .line 26
            aload 0 /* this */
            getfield org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl.exceptions:Ljava/util/List;
            aload 1 /* exception */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 27
            return
        end local 1 // org.hibernate.tool.schema.spi.CommandAcceptanceException exception
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerCollectingImpl;
            0    2     1  exception  Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;
    MethodParameters:
           Name  Flags
      exception  

  public java.util.List<org.hibernate.tool.schema.spi.CommandAcceptanceException> getExceptions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl this
         0: .line 30
            aload 0 /* this */
            getfield org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl.exceptions:Ljava/util/List;
            areturn
        end local 0 // org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/schema/internal/ExceptionHandlerCollectingImpl;
    Signature: ()Ljava/util/List<Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;>;
}
SourceFile: "ExceptionHandlerCollectingImpl.java"