public class SilentCssErrorHandler extends Object implements org.w3c.css.sac.ErrorHandler, Serializable
ErrorHandler which ignores all CSS problems.DefaultCssErrorHandler,
Serialized Form| Constructor and Description |
|---|
SilentCssErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.w3c.css.sac.CSSParseException exception) |
void |
fatalError(org.w3c.css.sac.CSSParseException exception) |
void |
warning(org.w3c.css.sac.CSSParseException exception) |
public void error(org.w3c.css.sac.CSSParseException exception)
error in interface org.w3c.css.sac.ErrorHandlerpublic void fatalError(org.w3c.css.sac.CSSParseException exception)
fatalError in interface org.w3c.css.sac.ErrorHandlerpublic void warning(org.w3c.css.sac.CSSParseException exception)
warning in interface org.w3c.css.sac.ErrorHandlerCopyright © 2002–2015 Gargoyle Software Inc.. All rights reserved.