org.apache.jmeter.protocol.http.modifier

Class UserParameterXMLErrorHandler

Implemented Interfaces:
ErrorHandler

public class UserParameterXMLErrorHandler
extends Object
implements ErrorHandler

XML Parseing errors for XML parameters file are handled here.

Method Summary

void
error(SAXParseException exception)
void
fatalError(SAXParseException exception)
void
warning(SAXParseException exception)

Method Details

error

public void error(SAXParseException exception)
            throws SAXException

fatalError

public void fatalError(SAXParseException exception)
            throws SAXException

warning

public void warning(SAXParseException exception)
            throws SAXException

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.