public class ErrorEvent extends Event
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
int |
colno |
java.lang.Object |
error |
java.lang.String |
filename |
int |
lineno |
java.lang.String |
message |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
ErrorEvent(java.lang.String type) |
ErrorEvent(java.lang.String type,
ErrorEventInit eventInitDict) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public int colno
public java.lang.Object error
public java.lang.String filename
public int lineno
public java.lang.String message
public ErrorEvent(java.lang.String type, ErrorEventInit eventInitDict)
public ErrorEvent(java.lang.String type)