org.w3c.dom.events
Class EventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.w3c.dom.events.EventException

public class EventException
extends RuntimeException

Event operations may throw an EventException as specified in their method descriptions.

See also the Document Object Model (DOM) Level 2 Events Specification.

Since:
BlackBerry API 4.6.0, DOM Level 2

Field Summary
static short UNSPECIFIED_EVENT_TYPE_ERR
          If the Event's type was not specified by initializing the event before the method was called.
 short code
           
 
Constructor Summary
EventException(short code, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Field Detail

code

public short code
Since:
BlackBerry API 4.6.0

UNSPECIFIED_EVENT_TYPE_ERR

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.

See Also:
Constant Field Values
Since:
BlackBerry API 4.6.0


Constructor Detail

EventException

public EventException(short code,
                      String message)
Since:
BlackBerry API 4.6.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal