public interface CSSErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
error(CSSParseException exception)
Error.
|
void |
fatalError(CSSParseException exception)
Fatal error.
|
void |
warning(CSSParseException exception)
Warning.
|
void warning(CSSParseException exception) throws CSSException
exception - the CSSParseException that is the reason for the warning.CSSException - in case of errorCSSException - if any.void error(CSSParseException exception) throws CSSException
exception - the CSSParseException that is the reason for the error.CSSException - in case of errorCSSException - if any.void fatalError(CSSParseException exception) throws CSSException
exception - the CSSParseException that is the reason for the error.CSSException - in case of errorCSSException - if any.Copyright © 2024 HtmlUnit. All rights reserved.