All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.css.sac.CSSException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----org.w3c.css.sac.CSSException

public class CSSException
extends RuntimeException

Constructor Index

 o CSSException()
Creates a new CSSException
 o CSSException(Exception)
Creates a new CSSException with an embeded exception.
 o CSSException(String)
Creates a new CSSException
 o CSSException(String, Exception)
Creates a new CSSException with an embeded exception and a specified message.

Method Index

 o getException()
Returns the internal exception if any, null otherwise.
 o getMessage()
Returns the detail message of this throwable object.

Constructors

 o CSSException
 public CSSException()
Creates a new CSSException

 o CSSException
 public CSSException(String s)
Creates a new CSSException

 o CSSException
 public CSSException(Exception e)
Creates a new CSSException with an embeded exception.

Parameters:
a - the embeded exception.
 o CSSException
 public CSSException(String s,
                     Exception e)
Creates a new CSSException with an embeded exception and a specified message.

Parameters:
a - the embeded exception.

Methods

 o getMessage
 public String getMessage()
Returns the detail message of this throwable object.

Returns:
the detail message of this Throwable, or null if this Throwable does not have a detail message.
Overrides:
getMessage in class Throwable
 o getException
 public Exception getException()
Returns the internal exception if any, null otherwise.


All Packages  Class Hierarchy  This Package  Previous  Next  Index