public interface org.hibernate.tool.schema.spi.ExceptionHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.tool.schema.spi.ExceptionHandler
  super_class: java.lang.Object
{
  public abstract void handleException(org.hibernate.tool.schema.spi.CommandAcceptanceException);
    descriptor: (Lorg/hibernate/tool/schema/spi/CommandAcceptanceException;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "ExceptionHandler.java"