org.w3c.dom.events
Class EventException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
|
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
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