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