Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.http.modifier
Class UserParameterXMLErrorHandler

java.lang.Object
  extended byorg.apache.jmeter.protocol.http.modifier.UserParameterXMLErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class UserParameterXMLErrorHandler
extends Object
implements org.xml.sax.ErrorHandler

XML Parseing errors for XML parameters file are handled here.

Version:
$Revision: 1.6 $
Author:
Mark Walsh

Constructor Summary
UserParameterXMLErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
           
 void fatalError(org.xml.sax.SAXParseException exception)
           
 void warning(org.xml.sax.SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserParameterXMLErrorHandler

public UserParameterXMLErrorHandler()
Method Detail

warning

public void warning(org.xml.sax.SAXParseException exception)
             throws org.xml.sax.SAXException
Specified by:
warning in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

error

public void error(org.xml.sax.SAXParseException exception)
           throws org.xml.sax.SAXException
Specified by:
error in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException exception)
                throws org.xml.sax.SAXException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXException

Apache JMeter
2.0.1.20050615

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