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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiderror(SAXParseException exception) voidfatalError(SAXParseException exception) voidwarning(SAXParseException exception) 
- 
Constructor Details- 
LogErrorHandlerpublic LogErrorHandler()
 
- 
- 
Method Details- 
warning- Specified by:
- warningin interface- ErrorHandler
- Throws:
- SAXException
 
- 
error- Specified by:
- errorin interface- ErrorHandler
- Throws:
- SAXException
 
- 
fatalError- Specified by:
- fatalErrorin interface- ErrorHandler
- Throws:
- SAXException
 
 
-