public class DefaultErrorHandler extends Object implements org.w3c.css.sac.ErrorHandler
ErrorHandler interface.| Modifier and Type | Field and Description |
|---|---|
static org.w3c.css.sac.ErrorHandler |
INSTANCE
The instance of this class.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultErrorHandler()
This class does not need to be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.w3c.css.sac.CSSParseException e)
SAC: Implements {ErrorHandler#error(CSSParseException)}.
|
void |
fatalError(org.w3c.css.sac.CSSParseException e)
SAC: Implements {ErrorHandler#fatalError(CSSParseException)}.
|
void |
warning(org.w3c.css.sac.CSSParseException e)
SAC: Implements {ErrorHandler#warning(CSSParseException)}.
|
public static final org.w3c.css.sac.ErrorHandler INSTANCE
protected DefaultErrorHandler()
public void warning(org.w3c.css.sac.CSSParseException e)
warning in interface org.w3c.css.sac.ErrorHandlerpublic void error(org.w3c.css.sac.CSSParseException e)
error in interface org.w3c.css.sac.ErrorHandlerpublic void fatalError(org.w3c.css.sac.CSSParseException e)
fatalError in interface org.w3c.css.sac.ErrorHandlerCopyright © 2000–2024 Apache Software Foundation. All rights reserved.