public class DefaultCssErrorHandler extends Object implements org.w3c.css.sac.ErrorHandler, Serializable
ErrorHandler
, which logs all CSS problems.SilentCssErrorHandler
,
Serialized FormConstructor and Description |
---|
DefaultCssErrorHandler() |
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.ErrorHandler
public void fatalError(org.w3c.css.sac.CSSParseException exception)
fatalError
in interface org.w3c.css.sac.ErrorHandler
public void warning(org.w3c.css.sac.CSSParseException exception)
warning
in interface org.w3c.css.sac.ErrorHandler
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.