Interface ICSSParseExceptionCallback

  • All Superinterfaces:
    com.helger.commons.callback.ICallback, com.helger.commons.callback.exception.IExceptionCallback<ParseException>
    All Known Implementing Classes:
    DoNothingCSSParseExceptionCallback, LoggingCSSParseExceptionCallback
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ICSSParseExceptionCallback
    extends com.helger.commons.callback.exception.IExceptionCallback<ParseException>
    Special CSS exception handler. It is called in case of an unrecoverable error while parsing a CSS.
    Author:
    Philip Helger
    • Method Summary

      • Methods inherited from interface com.helger.commons.callback.exception.IExceptionCallback

        onException