Interface CssErrorHandler
- All Known Implementing Classes:
CSSHandler, ForgivingErrorHandler
public interface CssErrorHandler
ErrorHandler interface for CssParser.
-
Method Summary
Modifier and TypeMethodDescriptionvoidReceive notification of an error in the CSS syntax.
-
Method Details
-
error
Receive notification of an error in the CSS syntax.- Parameters:
e- CSSException- Throws:
CssExceptions.CssException
-