public static class GettingStartedTest.MyErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
MyErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(CSSParseException exception) |
void |
fatalError(CSSParseException exception) |
void |
warning(CSSParseException exception) |
public void warning(CSSParseException exception) throws CSSException
warning in interface ErrorHandlerCSSExceptionpublic void error(CSSParseException exception) throws CSSException
error in interface ErrorHandlerCSSExceptionpublic void fatalError(CSSParseException exception) throws CSSException
fatalError in interface ErrorHandlerCSSExceptionCopyright © 1999–2022. All rights reserved.