public class CSSException extends RuntimeException
Constructor and Description |
---|
CSSException(String inMessage) |
CSSException(String inMessage,
Throwable inException) |
CSSException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CSSException(String inMessage)
public CSSException(String inMessage, Throwable inException)
public CSSException(Throwable inException)
jataylor@hairyfatguy.com