public class DefaultCssErrorHandler extends Object implements org.htmlunit.cssparser.parser.CSSErrorHandler, Serializable
CSSErrorHandler
, which logs all CSS problems.SilentCssErrorHandler
,
Serialized Form Constructor and Description |
---|
DefaultCssErrorHandler () |
Modifier and Type | Method and Description |
---|---|
void |
error (org.htmlunit.cssparser.parser.CSSParseException exception) |
void |
fatalError (org.htmlunit.cssparser.parser.CSSParseException exception) |
void |
warning (org.htmlunit.cssparser.parser.CSSParseException exception) |
public DefaultCssErrorHandler()
public void error(org.htmlunit.cssparser.parser.CSSParseException exception)
error
in interface org.htmlunit.cssparser.parser.CSSErrorHandler
public void fatalError(org.htmlunit.cssparser.parser.CSSParseException exception)
fatalError
in interface org.htmlunit.cssparser.parser.CSSErrorHandler
public void warning(org.htmlunit.cssparser.parser.CSSParseException exception)
warning
in interface org.htmlunit.cssparser.parser.CSSErrorHandler
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.