//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Introduced in DOM Level 2: Event operations may throw an EventException as specified in their method descriptions. @short Introduced in DOM Level 2: */ public class EventException implements QtSupport { private long _qt; private boolean _allocatedInJavaWorld = true; protected EventException(Class dummy){} public EventException(short _code) { newEventException(_code); } private native void newEventException(short _code); public EventException(EventException other) { newEventException(other); } private native void newEventException(EventException other); }