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 ThrowCssExceptionErrorHandler()
public void error(CSSParseException exception)
error
in interface ErrorHandler
public void fatalError(CSSParseException exception)
fatalError
in interface ErrorHandler
public void warning(CSSParseException exception)
warning
in interface ErrorHandler
Copyright © 1999–2022. All rights reserved.