summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/RangeException.java
blob: 57eb5fce9731d6ef9ff5d5c8660df0ef286a2892 (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.Qt;
import org.kde.qt.QtSupport;

/**


*/
public class RangeException implements QtSupport {
	private long _qt;
	private boolean _allocatedInJavaWorld = true;
	protected RangeException(Class dummy){}

	public RangeException(short _code) {
		newRangeException(_code);
	}
	private native void newRangeException(short _code);
	public RangeException(RangeException other) {
		newRangeException(other);
	}
	private native void newRangeException(RangeException other);
}