summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/CSSException.java
blob: a5b15d40844336b1715c68b8c8fe5176d78f05de (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.trinitydesktop.koala;

import org.trinitydesktop.qt.Qt;
import org.trinitydesktop.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);
}