public class org.apache.commons.dbcp2.SwallowedExceptionLogger implements org.apache.commons.pool2.SwallowedExceptionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.dbcp2.SwallowedExceptionLogger
  super_class: java.lang.Object
{
  private final org.apache.commons.logging.Log log;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean logExpiredConnections;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.commons.logging.Log);
    descriptor: (Lorg/apache/commons/logging/Log;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.dbcp2.SwallowedExceptionLogger this
        start local 1 // org.apache.commons.logging.Log log
         0: .line 39
            aload 0 /* this */
            aload 1 /* log */
            iconst_1
            invokespecial org.apache.commons.dbcp2.SwallowedExceptionLogger.<init>:(Lorg/apache/commons/logging/Log;Z)V
         1: .line 40
            return
        end local 1 // org.apache.commons.logging.Log log
        end local 0 // org.apache.commons.dbcp2.SwallowedExceptionLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/dbcp2/SwallowedExceptionLogger;
            0    2     1   log  Lorg/apache/commons/logging/Log;
    MethodParameters:
      Name  Flags
      log   final

  public void <init>(org.apache.commons.logging.Log, boolean);
    descriptor: (Lorg/apache/commons/logging/Log;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.dbcp2.SwallowedExceptionLogger this
        start local 1 // org.apache.commons.logging.Log log
        start local 2 // boolean logExpiredConnections
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* log */
            putfield org.apache.commons.dbcp2.SwallowedExceptionLogger.log:Lorg/apache/commons/logging/Log;
         2: .line 52
            aload 0 /* this */
            iload 2 /* logExpiredConnections */
            putfield org.apache.commons.dbcp2.SwallowedExceptionLogger.logExpiredConnections:Z
         3: .line 53
            return
        end local 2 // boolean logExpiredConnections
        end local 1 // org.apache.commons.logging.Log log
        end local 0 // org.apache.commons.dbcp2.SwallowedExceptionLogger this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    4     0                   this  Lorg/apache/commons/dbcp2/SwallowedExceptionLogger;
            0    4     1                    log  Lorg/apache/commons/logging/Log;
            0    4     2  logExpiredConnections  Z
    MethodParameters:
                       Name  Flags
      log                    final
      logExpiredConnections  final

  public void onSwallowException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.dbcp2.SwallowedExceptionLogger this
        start local 1 // java.lang.Exception e
         0: .line 57
            aload 0 /* this */
            getfield org.apache.commons.dbcp2.SwallowedExceptionLogger.logExpiredConnections:Z
            ifne 1
            aload 1 /* e */
            instanceof org.apache.commons.dbcp2.LifetimeExceededException
            ifne 2
         1: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.dbcp2.SwallowedExceptionLogger.log:Lorg/apache/commons/logging/Log;
            ldc "swallowedExceptionLogger.onSwallowedException"
            invokestatic org.apache.commons.dbcp2.Utils.getMessage:(Ljava/lang/String;)Ljava/lang/String;
            aload 1 /* e */
            invokeinterface org.apache.commons.logging.Log.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Exception e
        end local 0 // org.apache.commons.dbcp2.SwallowedExceptionLogger this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/dbcp2/SwallowedExceptionLogger;
            0    3     1     e  Ljava/lang/Exception;
    MethodParameters:
      Name  Flags
      e     final
}
SourceFile: "SwallowedExceptionLogger.java"