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 Details

    • DoNothingCSSParseExceptionCallback

      public DoNothingCSSParseExceptionCallback()
  • Method Details

    • onException

      public void onException(@Nonnull ParseException ex)
      Specified by:
      onException in interface com.helger.commons.callback.exception.IExceptionCallback<ParseException>