Package org.apache.jmeter.assertions
Class LogErrorHandler
java.lang.Object
org.apache.jmeter.assertions.LogErrorHandler
- All Implemented Interfaces:
ErrorHandler
ErrorHandler
implementation that logs- Since:
- 3.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(SAXParseException exception) void
fatalError
(SAXParseException exception) void
warning
(SAXParseException exception)
-
Constructor Details
-
LogErrorHandler
public LogErrorHandler()
-
-
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
-