HomeSort by relevance Sort by last modified time
    Searched defs:EventException (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/src/org/w3c/dom/events/
EventException.java 16 * Event operations may throw an <code>EventException</code> as specified in
21 public class EventException extends RuntimeException {
22 public EventException(short code, String message) {
  /external/webkit/Source/WebCore/dom/
EventException.h 36 class EventException : public ExceptionBase {
38 static PassRefPtr<EventException> create(const ExceptionCodeDescription& description)
40 return adoptRef(new EventException(description));
51 EventException(const ExceptionCodeDescription& description)
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 23 import org.w3c.dom.events.EventException;
66 public boolean dispatchEvent(Event evt) throws EventException {
71 throw new EventException(EventException.UNSPECIFIED_EVENT_TYPE_ERR,
74 throw new EventException(EventException.UNSPECIFIED_EVENT_TYPE_ERR,
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 657 milliseconds