public class ThrowCssExceptionErrorHandler extends Object implements 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(CSSParseException exception) |
void |
fatalError(CSSParseException exception) |
void |
warning(CSSParseException exception) |
public static final ThrowCssExceptionErrorHandler INSTANCE
public void error(CSSParseException exception)
error in interface ErrorHandlerpublic void fatalError(CSSParseException exception)
fatalError in interface ErrorHandlerpublic void warning(CSSParseException exception)
warning in interface ErrorHandlerCopyright © 1999–2022. All rights reserved.