Module javafx.web

Class WebErrorEvent

java.lang.Object
java.util.EventObject
javafx.event.Event
javafx.scene.web.WebErrorEvent
All Implemented Interfaces:
Serializable, Cloneable

public final class WebErrorEvent extends Event
An event indicating a WebEngine error. Holds an optional text message and an optional exception associated with the error.
Since:
JavaFX 8.0
See Also: