Class DoNothingCSSInterpretErrorHandler
java.lang.Object
com.helger.css.reader.errorhandler.DoNothingCSSInterpretErrorHandler
- All Implemented Interfaces:
ICSSInterpretErrorHandler
An implementation of
ICSSInterpretErrorHandler that does nothing.- Since:
- 5.0.2
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCSSInterpretationError(String sMessage) Called when an interpretation error occurs.voidonCSSInterpretationWarning(String sMessage) Called when an interpretation error or warning occurs.toString()
-
Constructor Details
-
DoNothingCSSInterpretErrorHandler
public DoNothingCSSInterpretErrorHandler()
-
-
Method Details
-
onCSSInterpretationWarning
Description copied from interface:ICSSInterpretErrorHandlerCalled when an interpretation error or warning occurs.- Specified by:
onCSSInterpretationWarningin interfaceICSSInterpretErrorHandler- Parameters:
sMessage- The message text of the error.
-
onCSSInterpretationError
Description copied from interface:ICSSInterpretErrorHandlerCalled when an interpretation error occurs.- Specified by:
onCSSInterpretationErrorin interfaceICSSInterpretErrorHandler- Parameters:
sMessage- The message text of the error.
-
toString
-