summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/EventException.java
blob: e5630dc72c0047337794f5acfeb090213e6d1338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//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);
}