Class UserParameterXMLErrorHandler
- java.lang.Object
-
- org.apache.jmeter.protocol.http.modifier.UserParameterXMLErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
public class UserParameterXMLErrorHandler extends Object implements ErrorHandler
XML Parseing errors for XML parameters file are handled here.
-
-
Constructor Summary
Constructors Constructor Description UserParameterXMLErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
error(SAXParseException exception)
void
fatalError(SAXParseException exception)
void
warning(SAXParseException exception)
-
-
-
Method Detail
-
warning
public void warning(SAXParseException exception) throws SAXException
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
public void error(SAXParseException exception) throws SAXException
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
public void fatalError(SAXParseException exception) throws SAXException
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-
-