| java.lang.Object | 
    
    
        
            | ↳ | java.lang.Throwable | 
    
    
        
            |  | ↳ | java.lang.Exception | 
    
    
        
            |  |  | ↳ | java.lang.RuntimeException | 
    
    
        
            |  |  |  | ↳ | org.w3c.dom.events.EventException | 
    
Summary
| Constants | 
|---|
    
    
        | short | UNSPECIFIED_EVENT_TYPE_ERR | If the Event's type was not specified by initializing the
 event before the method was called. | 
    
    
| [Expand] Inherited Methods | 
|---|
|  From class
  java.lang.Throwable 
  
   
    
    
	 
    
        | synchronized
            
            
            
            Throwable | fillInStackTrace() |  
        | Throwable | getCause() |  
        | String | getLocalizedMessage() |  
        | String | getMessage() |  
        | StackTraceElement[] | getStackTrace() |  
        | synchronized
            
            
            
            Throwable | initCause(Throwable arg0) |  
        | void | printStackTrace(PrintWriter arg0) |  
        | void | printStackTrace(PrintStream arg0) |  
        | void | printStackTrace() |  
        | void | setStackTrace(StackTraceElement[] arg0) |  
        | String | toString() |  | 
|  From class
  java.lang.Object 
  
   
    
    
	 
    
        | Object | clone() |  
        | boolean | equals(Object arg0) |  
        | void | finalize() |  
        | final
            
            
            Class<?> | getClass() |  
        | int | hashCode() |  
        | final
            
            
            void | notify() |  
        | final
            
            
            void | notifyAll() |  
        | String | toString() |  
        | final
            
            
            void | wait() |  
        | final
            
            
            void | wait(long arg0, int arg1) |  
        | final
            
            
            void | wait(long arg0) |  | 
 
Constants
 
    
      
        public 
        static 
        final 
        short
      
        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.
        Constant Value: 
        
            
                0
                (0x00000000)
            
        
        
    
     
 
Fields
Public Constructors
 
    
      
        public 
         
         
         
         
        
      
      EventException
      (short code, String message)