public class ThrowCssExceptionErrorHandler extends Object implements org.w3c.css.sac.ErrorHandler, Serializable
ErrorHandler
, which throws CssException in case of problems.ErrorHandler
,
Serialized FormModifier 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.ErrorHandler
public void fatalError(org.w3c.css.sac.CSSParseException exception)
fatalError
in interface org.w3c.css.sac.ErrorHandler
public void warning(org.w3c.css.sac.CSSParseException exception)
warning
in interface org.w3c.css.sac.ErrorHandler
Copyright © 1999–2017. All rights reserved.