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 SummaryConstructorsConstructorDescriptionDeprecated.- only for use from unit test codeCSSParseExceptionCallback(URL baseUrl) 
- 
Method Summary
- 
Constructor Details- 
CSSParseExceptionCallback
- 
CSSParseExceptionCallbackDeprecated.- only for use from unit test code
 
- 
- 
Method Details- 
onExceptionpublic void onException(com.helger.css.parser.ParseException ex) - Specified by:
- onExceptionin interface- com.helger.commons.callback.exception.IExceptionCallback<com.helger.css.parser.ParseException>
 
 
-