public class org.springframework.orm.hibernate5.HibernateExceptionTranslator implements org.springframework.dao.support.PersistenceExceptionTranslator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.orm.hibernate5.HibernateExceptionTranslator
  super_class: java.lang.Object
{
  private org.springframework.jdbc.support.SQLExceptionTranslator jdbcExceptionTranslator;
    descriptor: Lorg/springframework/jdbc/support/SQLExceptionTranslator;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

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

  public void setJdbcExceptionTranslator(org.springframework.jdbc.support.SQLExceptionTranslator);
    descriptor: (Lorg/springframework/jdbc/support/SQLExceptionTranslator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateExceptionTranslator this
        start local 1 // org.springframework.jdbc.support.SQLExceptionTranslator jdbcExceptionTranslator
         0: .line 65
            aload 0 /* this */
            aload 1 /* jdbcExceptionTranslator */
            putfield org.springframework.orm.hibernate5.HibernateExceptionTranslator.jdbcExceptionTranslator:Lorg/springframework/jdbc/support/SQLExceptionTranslator;
         1: .line 66
            return
        end local 1 // org.springframework.jdbc.support.SQLExceptionTranslator jdbcExceptionTranslator
        end local 0 // org.springframework.orm.hibernate5.HibernateExceptionTranslator this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lorg/springframework/orm/hibernate5/HibernateExceptionTranslator;
            0    2     1  jdbcExceptionTranslator  Lorg/springframework/jdbc/support/SQLExceptionTranslator;
    MethodParameters:
                         Name  Flags
      jdbcExceptionTranslator  

  public org.springframework.dao.DataAccessException translateExceptionIfPossible(java.lang.RuntimeException);
    descriptor: (Ljava/lang/RuntimeException;)Lorg/springframework/dao/DataAccessException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateExceptionTranslator this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHibernateException cannot be resolved to a type\n\tThe method convertHibernateAccessException(HibernateException) from the type HibernateExceptionTranslator refers to the missing type HibernateException\n\tHibernateException cannot be resolved to a type\n\tPersistenceException cannot be resolved to a type\n\tHibernateException cannot be resolved to a type\n\tThe method convertHibernateAccessException(HibernateException) from the type HibernateExceptionTranslator refers to the missing type HibernateException\n\tHibernateException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.HibernateExceptionTranslator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/HibernateExceptionTranslator;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      ex    

  protected org.springframework.dao.DataAccessException convertHibernateAccessException(HibernateException);
    descriptor: (LHibernateException;)Lorg/springframework/dao/DataAccessException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateExceptionTranslator this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHibernateException cannot be resolved to a type\n\tJDBCException cannot be resolved to a type\n\tJDBCException cannot be resolved to a type\n\tJDBCException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.orm.hibernate5.HibernateExceptionTranslator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/orm/hibernate5/HibernateExceptionTranslator;
    MethodParameters:
      Name  Flags
      ex    
}
SourceFile: "HibernateExceptionTranslator.java"