Interface ICSSInterpretErrorHandler
-
- All Known Implementing Classes:
DoNothingCSSInterpretErrorHandler,LoggingCSSInterpretErrorHandler
public interface ICSSInterpretErrorHandlerSpecial CSS error handler that is invoked during interpretation of a parsed CSS.- Since:
- 5.0.2
- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCSSInterpretationError(String sMessage)Called when an interpretation error occurs.voidonCSSInterpretationWarning(String sMessage)Called when an interpretation error or warning occurs.
-