Package com.helger.css.handler
Class DoNothingCSSParseExceptionCallback
java.lang.Object
com.helger.css.handler.DoNothingCSSParseExceptionCallback
- All Implemented Interfaces:
com.helger.commons.callback.exception.IExceptionCallback<ParseException>,com.helger.commons.callback.ICallback,ICSSParseExceptionCallback
@Immutable
public class DoNothingCSSParseExceptionCallback
extends Object
implements ICSSParseExceptionCallback
An implementation of
ICSSParseExceptionCallback that silently ignores
all errors.- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoNothingCSSParseExceptionCallback
public DoNothingCSSParseExceptionCallback()
-
-
Method Details
-
onException
- Specified by:
onExceptionin interfacecom.helger.commons.callback.exception.IExceptionCallback<ParseException>
-