Class CSSParseExceptionCallback

java.lang.Object
org.apache.jmeter.protocol.http.parser.CSSParseExceptionCallback
All Implemented Interfaces:
com.helger.commons.callback.exception.IExceptionCallback<com.helger.css.parser.ParseException>, com.helger.commons.callback.ICallback, com.helger.css.handler.ICSSParseExceptionCallback

public class CSSParseExceptionCallback extends Object implements com.helger.css.handler.ICSSParseExceptionCallback
  • Constructor Details

    • CSSParseExceptionCallback

      public CSSParseExceptionCallback(URL baseUrl)
    • CSSParseExceptionCallback

      @Deprecated public CSSParseExceptionCallback()
      Deprecated.
      - only for use from unit test code
  • Method Details

    • onException

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