public class ThrowCssExceptionErrorHandler extends Object implements org.w3c.css.sac.ErrorHandler, Serializable
ErrorHandler, which throws CssException in case of problems.ErrorHandler,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static ThrowCssExceptionErrorHandler |
INSTANCE
Singleton.
|
| Constructor and Description |
|---|
ThrowCssExceptionErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.w3c.css.sac.CSSParseException exception) |
void |
fatalError(org.w3c.css.sac.CSSParseException exception) |
void |
warning(org.w3c.css.sac.CSSParseException exception) |
public static final ThrowCssExceptionErrorHandler INSTANCE
public void error(org.w3c.css.sac.CSSParseException exception)
error in interface org.w3c.css.sac.ErrorHandlerpublic void fatalError(org.w3c.css.sac.CSSParseException exception)
fatalError in interface org.w3c.css.sac.ErrorHandlerpublic void warning(org.w3c.css.sac.CSSParseException exception)
warning in interface org.w3c.css.sac.ErrorHandlerCopyright © 2021. All rights reserved.