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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception)  
- 
Constructor Details
- 
LogErrorHandler
public LogErrorHandler() 
 - 
 - 
Method Details
- 
warning
- Specified by:
 warningin interfaceErrorHandler- Throws:
 SAXException
 - 
error
- Specified by:
 errorin interfaceErrorHandler- Throws:
 SAXException
 - 
fatalError
- Specified by:
 fatalErrorin interfaceErrorHandler- Throws:
 SAXException
 
 -