JavaScript API Reference for Oracle ADF Faces 
 
 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 
11g  Release 1 (11.1.1) 
E12046-03  
 
 PREV    NEXT    
FRAMES      NO FRAMES      All Classes      Warning: private items are visible  
  
 
 
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.
 
 
 
 
 
 
 
public Number  code  
 
An integer indicating the type of error generated. 
 
Note: Other numeric codes are reserved for W3C for possible future use.
 
 
 
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  
 
 
 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 
11g  Release 1 (11.1.1) 
E12046-03  
 
 PREV    NEXT    
FRAMES      NO FRAMES      All Classes      Warning: private items are visible  
  
 
 
Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.