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 Summary
ConstructorDescriptionDeprecated.- only for use from unit test codeCSSParseExceptionCallback
(URL baseUrl) -
Method Summary
-
Constructor Details
-
CSSParseExceptionCallback
-
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 interfacecom.helger.commons.callback.exception.IExceptionCallback<com.helger.css.parser.ParseException>
-