public class org.apache.commons.configuration.event.ConfigurationErrorEvent extends org.apache.commons.configuration.event.ConfigurationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.configuration.event.ConfigurationErrorEvent
  super_class: org.apache.commons.configuration.event.ConfigurationEvent
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7433184493062648409

  private java.lang.Throwable cause;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.Object, int, java.lang.String, java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;ILjava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.apache.commons.configuration.event.ConfigurationErrorEvent this
        start local 1 // java.lang.Object source
        start local 2 // int type
        start local 3 // java.lang.String propertyName
        start local 4 // java.lang.Object propertyValue
        start local 5 // java.lang.Throwable cause
         0: .line 80
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* type */
            aload 3 /* propertyName */
            aload 4 /* propertyValue */
            iconst_1
            invokespecial org.apache.commons.configuration.event.ConfigurationEvent.<init>:(Ljava/lang/Object;ILjava/lang/String;Ljava/lang/Object;Z)V
         1: .line 81
            aload 0 /* this */
            aload 5 /* cause */
            putfield org.apache.commons.configuration.event.ConfigurationErrorEvent.cause:Ljava/lang/Throwable;
         2: .line 82
            return
        end local 5 // java.lang.Throwable cause
        end local 4 // java.lang.Object propertyValue
        end local 3 // java.lang.String propertyName
        end local 2 // int type
        end local 1 // java.lang.Object source
        end local 0 // org.apache.commons.configuration.event.ConfigurationErrorEvent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/commons/configuration/event/ConfigurationErrorEvent;
            0    3     1         source  Ljava/lang/Object;
            0    3     2           type  I
            0    3     3   propertyName  Ljava/lang/String;
            0    3     4  propertyValue  Ljava/lang/Object;
            0    3     5          cause  Ljava/lang/Throwable;
    MethodParameters:
               Name  Flags
      source         
      type           
      propertyName   
      propertyValue  
      cause          

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration.event.ConfigurationErrorEvent this
         0: .line 92
            aload 0 /* this */
            getfield org.apache.commons.configuration.event.ConfigurationErrorEvent.cause:Ljava/lang/Throwable;
            areturn
        end local 0 // org.apache.commons.configuration.event.ConfigurationErrorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration/event/ConfigurationErrorEvent;
}
SourceFile: "ConfigurationErrorEvent.java"