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/CSSException.java

28 lines
709 B

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
/**
This exception is raised when a specific CSS operation is impossible
to perform.
@short This exception is raised when a specific CSS operation is impossible to perform.
*/
public class CSSException implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
protected CSSException(Class dummy){}
public CSSException(short _code) {
newCSSException(_code);
}
private native void newCSSException(short _code);
public CSSException(CSSException other) {
newCSSException(other);
}
private native void newCSSException(CSSException other);
}