summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/CSSException.java
blob: b8e000de023a5d0498c6ade4b26de0cb03df1d5f (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
//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);
}