Interface ICSSInterpretErrorHandler

    • Method Detail

      • onCSSInterpretationWarning

        void onCSSInterpretationWarning​(@Nonnull @Nonempty
                                        String sMessage)
        Called when an interpretation error or warning occurs.
        Parameters:
        sMessage - The message text of the error.
      • onCSSInterpretationError

        void onCSSInterpretationError​(@Nonnull @Nonempty
                                      String sMessage)
        Called when an interpretation error occurs.
        Parameters:
        sMessage - The message text of the error.