Class LoggingCSSParseExceptionCallback

java.lang.Object
com.helger.css.handler.LoggingCSSParseExceptionCallback
All Implemented Interfaces:
com.helger.commons.callback.exception.IExceptionCallback<ParseException>, com.helger.commons.callback.ICallback, ICSSParseExceptionCallback

@Immutable public class LoggingCSSParseExceptionCallback extends Object implements ICSSParseExceptionCallback
An implementation of ICSSParseExceptionCallback that logs all ParseExceptions to a Logger.
Since:
3.7.4
Author:
Philip Helger
  • Constructor Details

    • LoggingCSSParseExceptionCallback

      public LoggingCSSParseExceptionCallback()
  • Method Details

    • onException

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