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