public class org.apache.commons.configuration2.event.ConfigurationErrorEvent extends org.apache.commons.configuration2.event.Event
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.configuration2.event.ConfigurationErrorEvent
super_class: org.apache.commons.configuration2.event.Event
{
public static final org.apache.commons.configuration2.event.EventType<org.apache.commons.configuration2.event.ConfigurationErrorEvent> ANY;
descriptor: Lorg/apache/commons/configuration2/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/apache/commons/configuration2/event/EventType<Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;>;
public static final org.apache.commons.configuration2.event.EventType<org.apache.commons.configuration2.event.ConfigurationErrorEvent> READ;
descriptor: Lorg/apache/commons/configuration2/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/apache/commons/configuration2/event/EventType<Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;>;
public static final org.apache.commons.configuration2.event.EventType<org.apache.commons.configuration2.event.ConfigurationErrorEvent> WRITE;
descriptor: Lorg/apache/commons/configuration2/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Lorg/apache/commons/configuration2/event/EventType<Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;>;
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 20140712
private final org.apache.commons.configuration2.event.EventType<?> errorOperationType;
descriptor: Lorg/apache/commons/configuration2/event/EventType;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/configuration2/event/EventType<*>;
private final java.lang.String propertyName;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Object propertyValue;
descriptor: Ljava/lang/Object;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Throwable cause;
descriptor: Ljava/lang/Throwable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new org.apache.commons.configuration2.event.EventType
dup
getstatic org.apache.commons.configuration2.event.Event.ANY:Lorg/apache/commons/configuration2/event/EventType;
ldc "ERROR"
invokespecial org.apache.commons.configuration2.event.EventType.<init>:(Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;)V
1: putstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.ANY:Lorg/apache/commons/configuration2/event/EventType;
2: new org.apache.commons.configuration2.event.EventType
dup
getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.ANY:Lorg/apache/commons/configuration2/event/EventType;
ldc "READ_ERROR"
invokespecial org.apache.commons.configuration2.event.EventType.<init>:(Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;)V
3: putstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.READ:Lorg/apache/commons/configuration2/event/EventType;
4: new org.apache.commons.configuration2.event.EventType
dup
getstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.ANY:Lorg/apache/commons/configuration2/event/EventType;
ldc "WRITE_ERROR"
invokespecial org.apache.commons.configuration2.event.EventType.<init>:(Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;)V
5: putstatic org.apache.commons.configuration2.event.ConfigurationErrorEvent.WRITE:Lorg/apache/commons/configuration2/event/EventType;
6: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(, org.apache.commons.configuration2.event.EventType<? extends org.apache.commons.configuration2.event.ConfigurationErrorEvent>, org.apache.commons.configuration2.event.EventType<?>, java.lang.String, , java.lang.Throwable);
descriptor: (Ljava/lang/Object;Lorg/apache/commons/configuration2/event/EventType;Lorg/apache/commons/configuration2/event/EventType;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
aload 2
invokespecial org.apache.commons.configuration2.event.Event.<init>:(Ljava/lang/Object;Lorg/apache/commons/configuration2/event/EventType;)V
1: aload 0
aload 3
putfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.errorOperationType:Lorg/apache/commons/configuration2/event/EventType;
2: aload 0
aload 4
putfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.propertyName:Ljava/lang/String;
3: aload 0
aload 5
putfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.propertyValue:Ljava/lang/Object;
4: aload 0
aload 6
putfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.cause:Ljava/lang/Throwable;
5: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;
0 6 1 source Ljava/lang/Object;
0 6 2 eventType Lorg/apache/commons/configuration2/event/EventType<+Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;>;
0 6 3 operationType Lorg/apache/commons/configuration2/event/EventType<*>;
0 6 4 propName Ljava/lang/String;
0 6 5 propValue Ljava/lang/Object;
0 6 6 cause Ljava/lang/Throwable;
Signature: (Ljava/lang/Object;Lorg/apache/commons/configuration2/event/EventType<+Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;>;Lorg/apache/commons/configuration2/event/EventType<*>;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V
MethodParameters:
Name Flags
source final
eventType final
operationType final
propName final
propValue final
cause final
public org.apache.commons.configuration2.event.EventType<?> getErrorOperationType();
descriptor: ()Lorg/apache/commons/configuration2/event/EventType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.errorOperationType:Lorg/apache/commons/configuration2/event/EventType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;
Signature: ()Lorg/apache/commons/configuration2/event/EventType<*>;
public java.lang.String getPropertyName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.propertyName:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;
public java.lang.Object getPropertyValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.propertyValue:Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;
public java.lang.Throwable getCause();
descriptor: ()Ljava/lang/Throwable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.configuration2.event.ConfigurationErrorEvent.cause:Ljava/lang/Throwable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/event/ConfigurationErrorEvent;
}
SourceFile: "ConfigurationErrorEvent.java"