Package io.sf.carte.doc.style.css.om
Class RuleParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.sf.carte.doc.style.css.CSSStyleException
io.sf.carte.doc.style.css.om.RuleParseException
- All Implemented Interfaces:
 Serializable
Convenience exception that contains a reference to a rule.
 
Intended for use by sheet's error handler, may be dropped in future releases.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionRuleParseException(CSSParseException cause, org.w3c.dom.css.CSSRule rule) RuleParseException(String message, CSSParseException cause, org.w3c.dom.css.CSSRule rule)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace