org.kde.koala
Class CSSException

java.lang.Object
  extended by org.kde.koala.CSSException
All Implemented Interfaces:
org.kde.qt.QtSupport

public class CSSException
extends java.lang.Object
implements org.kde.qt.QtSupport

This exception is raised when a specific CSS operation is impossible to perform.


Constructor Summary
protected CSSException(java.lang.Class dummy)
           
  CSSException(CSSException other)
           
  CSSException(short _code)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSException

protected CSSException(java.lang.Class dummy)

CSSException

public CSSException(short _code)

CSSException

public CSSException(CSSException other)