Package com.helger.css.handler
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
LoggingCSSParseExceptionCallback
public LoggingCSSParseExceptionCallback()
-
-
Method Details
-
onException
- Specified by:
onExceptionin interfacecom.helger.commons.callback.exception.IExceptionCallback<ParseException>
-