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: .line 46
            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: .line 45
            putstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
         2: .line 73
            new javafx.event.EventType
            dup
         3: .line 74
            getstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
            ldc "USER_DATA_DIRECTORY_ALREADY_IN_USE"
         4: .line 73
            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: .line 97
            new javafx.event.EventType
            dup
         6: .line 98
            getstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
            ldc "USER_DATA_DIRECTORY_IO_ERROR"
         7: .line 97
            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: .line 121
            new javafx.event.EventType
            dup
         9: .line 122
            getstatic javafx.scene.web.WebErrorEvent.ANY:Ljavafx/event/EventType;
            ldc "USER_DATA_DIRECTORY_SECURITY_ERROR"
        10: .line 121
            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: .line 122
            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 // javafx.scene.web.WebErrorEvent this
        start local 1 // java.lang.Object source
        start local 2 // javafx.event.EventType type
        start local 3 // java.lang.String message
        start local 4 // java.lang.Throwable exception
         0: .line 141
            aload 0 /* this */
            aload 1 /* source */
            aconst_null
            aload 2 /* type */
            invokespecial javafx.event.Event.<init>:(Ljava/lang/Object;Ljavafx/event/EventTarget;Ljavafx/event/EventType;)V
         1: .line 142
            aload 0 /* this */
            aload 3 /* message */
            putfield javafx.scene.web.WebErrorEvent.message:Ljava/lang/String;
         2: .line 143
            aload 0 /* this */
            aload 4 /* exception */
            putfield javafx.scene.web.WebErrorEvent.exception:Ljava/lang/Throwable;
         3: .line 144
            return
        end local 4 // java.lang.Throwable exception
        end local 3 // java.lang.String message
        end local 2 // javafx.event.EventType type
        end local 1 // java.lang.Object source
        end local 0 // javafx.scene.web.WebErrorEvent this
      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 // javafx.scene.web.WebErrorEvent this
         0: .line 153
            aload 0 /* this */
            getfield javafx.scene.web.WebErrorEvent.message:Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.web.WebErrorEvent this
      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 // javafx.scene.web.WebErrorEvent this
         0: .line 162
            aload 0 /* this */
            getfield javafx.scene.web.WebErrorEvent.exception:Ljava/lang/Throwable;
            areturn
        end local 0 // javafx.scene.web.WebErrorEvent this
      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 // javafx.scene.web.WebErrorEvent this
         0: .line 169
            ldc "WebErrorEvent [source = %s, eventType = %s, message = \"%s\", exception = %s]"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 171
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebErrorEvent.getSource:()Ljava/lang/Object;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebErrorEvent.getEventType:()Ljavafx/event/EventType;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebErrorEvent.getMessage:()Ljava/lang/String;
            aastore
            dup
            iconst_3
            aload 0 /* this */
            invokevirtual javafx.scene.web.WebErrorEvent.getException:()Ljava/lang/Throwable;
            aastore
         2: .line 169
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // javafx.scene.web.WebErrorEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/web/WebErrorEvent;
}
SourceFile: "WebErrorEvent.java"