Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.visualization.css
Class CSSClass.InvalidCSS

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.lmu.ifi.dbs.elki.visualization.css.CSSClass.InvalidCSS
All Implemented Interfaces:
Serializable
Enclosing class:
CSSClass

public class CSSClass.InvalidCSS
extends RuntimeException

Exception class thrown when encountering invalid CSS.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version UID.
 
Constructor Summary
CSSClass.InvalidCSS(String msg)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version UID.

See Also:
Constant Field Values
Constructor Detail

CSSClass.InvalidCSS

public CSSClass.InvalidCSS(String msg)
Constructor. See RuntimeException.

Parameters:
msg - Error message.

Release 0.2.1 (2009-07-13_1605)