OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

org.w3c.dom.events
Class EventException

org.ecmascript.object.Object
   |
   +--org.w3c.dom.events.EventException

public abstract class EventException
extends Object
Event operations may throw an EventException as specified in their method descriptions.

Introduced in DOM Level 2.

Note that this object is implemented and supported by the web browser and results of its use may vary.



Field Summary

public Number
code
An integer indicating the type of error generated.
public static Number
UNSPECIFIED_EVENT_TYPE_ERR
If the Event's type was not specified by initializing the event before the method was called.


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Field Detail


code

public Number code

An integer indicating the type of error generated.

Note: Other numeric codes are reserved for W3C for possible future use.

UNSPECIFIED_EVENT_TYPE_ERR

public static Number UNSPECIFIED_EVENT_TYPE_ERR

If the Event's type was not specified by initializing the event before the method was called. Specification of the Event's type as null or an empty string will also trigger this exception.

This is a readonly constant.

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.