com.gargoylesoftware.htmlunit
Class DefaultCssErrorHandler
java.lang.Object
   com.gargoylesoftware.htmlunit.DefaultCssErrorHandler
com.gargoylesoftware.htmlunit.DefaultCssErrorHandler
- All Implemented Interfaces: 
- Serializable, org.w3c.css.sac.ErrorHandler
- public class DefaultCssErrorHandler 
- extends Object- implements org.w3c.css.sac.ErrorHandler, Serializable
HtmlUnit's default implementation of ErrorHandler, which logs all CSS problems.
- Version:
- $Revision: 5563 $
- Author:
- Daniel Gredler
- See Also:
- SilentCssErrorHandler, 
Serialized Form
 
| Method Summary | 
|  void | error(org.w3c.css.sac.CSSParseException exception)
 | 
|  void | fatalError(org.w3c.css.sac.CSSParseException exception)
 | 
|  void | warning(org.w3c.css.sac.CSSParseException exception)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultCssErrorHandler
public DefaultCssErrorHandler()
error
public void error(org.w3c.css.sac.CSSParseException exception)
- 
 
- 
- Specified by:
- errorin interface- org.w3c.css.sac.ErrorHandler
 
- 
 
fatalError
public void fatalError(org.w3c.css.sac.CSSParseException exception)
- 
 
- 
- Specified by:
- fatalErrorin interface- org.w3c.css.sac.ErrorHandler
 
- 
 
warning
public void warning(org.w3c.css.sac.CSSParseException exception)
- 
 
- 
- Specified by:
- warningin interface- org.w3c.css.sac.ErrorHandler
 
- 
 
Copyright © 2002-2010 Gargoyle Software Inc.. All Rights Reserved.