public final class javafx.scene.web.WebErrorEvent extends javafx.event.Event
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: javafx.scene.web.WebErrorEvent
super_class: javafx.event.Event
{
public static final javafx.event.EventType<javafx.scene.web.WebErrorEvent> ANY;
descriptor: Ljavafx/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebErrorEvent;>;
public static final javafx.event.EventType<javafx.scene.web.WebErrorEvent> USER_DATA_DIRECTORY_ALREADY_IN_USE;
descriptor: Ljavafx/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebErrorEvent;>;
public static final javafx.event.EventType<javafx.scene.web.WebErrorEvent> USER_DATA_DIRECTORY_IO_ERROR;
descriptor: Ljavafx/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebErrorEvent;>;
public static final javafx.event.EventType<javafx.scene.web.WebErrorEvent> USER_DATA_DIRECTORY_SECURITY_ERROR;
descriptor: Ljavafx/event/EventType;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Signature: Ljavafx/event/EventType<Ljavafx/scene/web/WebErrorEvent;>;
private final java.lang.String message;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Throwable exception;
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 javafx.event.EventType
dup
getstatic javafx.event.Event.ANY:Ljavafx/event/EventType;
ldc "WEB_ERROR"
invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
1: putstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
2: new javafx.event.EventType
dup
3: getstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
ldc "USER_DATA_DIRECTORY_ALREADY_IN_USE"
4: invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
putstatic javafx.scene.web.WebErrorEvent.USER_DATA_DIRECTORY_ALREADY_IN_USE:Ljavafx/event/EventType;
5: new javafx.event.EventType
dup
6: getstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
ldc "USER_DATA_DIRECTORY_IO_ERROR"
7: invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
putstatic javafx.scene.web.WebErrorEvent.USER_DATA_DIRECTORY_IO_ERROR:Ljavafx/event/EventType;
8: new javafx.event.EventType
dup
9: getstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
ldc "USER_DATA_DIRECTORY_SECURITY_ERROR"
10: invokespecial javafx.event.EventType.<init>:(Ljavafx/event/EventType;Ljava/lang/String;)V
putstatic javafx.scene.web.WebErrorEvent.USER_DATA_DIRECTORY_SECURITY_ERROR:Ljavafx/event/EventType;
11: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(, javafx.event.EventType<javafx.scene.web.WebErrorEvent>, java.lang.String, java.lang.Throwable);
descriptor: (Ljava/lang/Object;Ljavafx/event/EventType;Ljava/lang/String;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aconst_null
aload 2
invokespecial javafx.event.Event.<init>:(Ljava/lang/Object;Ljavafx/event/EventTarget;Ljavafx/event/EventType;)V
1: aload 0
aload 3
putfield javafx.scene.web.WebErrorEvent.message:Ljava/lang/String;
2: aload 0
aload 4
putfield javafx.scene.web.WebErrorEvent.exception:Ljava/lang/Throwable;
3: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/scene/web/WebErrorEvent;
0 4 1 source Ljava/lang/Object;
0 4 2 type Ljavafx/event/EventType<Ljavafx/scene/web/WebErrorEvent;>;
0 4 3 message Ljava/lang/String;
0 4 4 exception Ljava/lang/Throwable;
Signature: (Ljava/lang/Object;Ljavafx/event/EventType<Ljavafx/scene/web/WebErrorEvent;>;Ljava/lang/String;Ljava/lang/Throwable;)V
RuntimeVisibleParameterAnnotations:
0:
javafx.beans.NamedArg(value = "source")
1:
javafx.beans.NamedArg(value = "type")
2:
javafx.beans.NamedArg(value = "message")
3:
javafx.beans.NamedArg(value = "exception")
MethodParameters:
Name Flags
source
type
message
exception
public java.lang.String getMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.web.WebErrorEvent.message:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/web/WebErrorEvent;
public java.lang.Throwable getException();
descriptor: ()Ljava/lang/Throwable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.web.WebErrorEvent.exception:Ljava/lang/Throwable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/web/WebErrorEvent;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: ldc "WebErrorEvent [source = %s, eventType = %s, message = \"%s\", exception = %s]"
iconst_4
anewarray java.lang.Object
dup
iconst_0
1: aload 0
invokevirtual javafx.scene.web.WebErrorEvent.getSource:()Ljava/lang/Object;
aastore
dup
iconst_1
aload 0
invokevirtual javafx.scene.web.WebErrorEvent.getEventType:()Ljavafx/event/EventType;
aastore
dup
iconst_2
aload 0
invokevirtual javafx.scene.web.WebErrorEvent.getMessage:()Ljava/lang/String;
aastore
dup
iconst_3
aload 0
invokevirtual javafx.scene.web.WebErrorEvent.getException:()Ljava/lang/Throwable;
aastore
2: invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/web/WebErrorEvent;
}
SourceFile: "WebErrorEvent.java"