org.apache.jmeter.protocol.http.modifier
Class UserParameterXMLErrorHandler
java.lang.Object
org.apache.jmeter.protocol.http.modifier.UserParameterXMLErrorHandler
- ErrorHandler
public class UserParameterXMLErrorHandler
implements ErrorHandler
XML Parseing errors for XML parameters file are handled here.
void | error(SAXParseException exception)
|
void | fatalError(SAXParseException exception)
|
void | warning(SAXParseException exception)
|
error
public void error(SAXParseException exception)
throws SAXException
fatalError
public void fatalError(SAXParseException exception)
throws SAXException
warning
public void warning(SAXParseException exception)
throws SAXException
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.