添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
public class DefaultCssErrorHandler
extends Object
implements org.htmlunit.cssparser.parser.CSSErrorHandler, Serializable
HtmlUnit's default implementation of CSSErrorHandler , which logs all CSS problems.
Author:
Daniel Gredler, Ronald Brill
See Also:
SilentCssErrorHandler , Serialized Form
public void error(org.htmlunit.cssparser.parser.CSSParseException exception)
Specified by:
error in interface org.htmlunit.cssparser.parser.CSSErrorHandler

fatalError

public void fatalError(org.htmlunit.cssparser.parser.CSSParseException exception)
Specified by:
fatalError in interface org.htmlunit.cssparser.parser.CSSErrorHandler
public void warning(org.htmlunit.cssparser.parser.CSSParseException exception)
Specified by:
warning in interface org.htmlunit.cssparser.parser.CSSErrorHandler