You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/RangeException.java

25 lines
551 B

//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);
}