public class ThrowCssExceptionErrorHandler extends Object implements CSSErrorHandler, Serializable
CSSErrorHandler, which throws CssException in case of problems.| Modifier and Type | Field and Description |
|---|---|
static ThrowCssExceptionErrorHandler |
INSTANCE
Singleton.
|
| Constructor and Description |
|---|
ThrowCssExceptionErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(CSSParseException exception)
Error.
|
void |
fatalError(CSSParseException exception)
Fatal error.
|
void |
warning(CSSParseException exception)
Warning.
|
public static final ThrowCssExceptionErrorHandler INSTANCE
public void error(CSSParseException exception)
error in interface CSSErrorHandlerexception - the CSSParseException that is the reason for the error.public void fatalError(CSSParseException exception)
fatalError in interface CSSErrorHandlerexception - the CSSParseException that is the reason for the error.public void warning(CSSParseException exception)
warning in interface CSSErrorHandlerexception - the CSSParseException that is the reason for the warning.Copyright © 2018. All rights reserved.