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 errorvoid error(CSSParseException exception) throws CSSException
exception - the CSSParseException that is the reason for the error.CSSException - in case of errorvoid fatalError(CSSParseException exception) throws CSSException
exception - the CSSParseException that is the reason for the error.CSSException - in case of errorCopyright © 2020. All rights reserved.