Apache JMeter
1.9

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

java.lang.Object
  |
  +--org.apache.jmeter.protocol.http.modifier.UserParameterXMLErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

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

Title: Jakarta-JMeter Description: Copyright: Copyright (c) 2001 Company: Apache

XML Parseing errors for XML parameters file are handled here

Version:
1.0
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
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
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
org.xml.sax.SAXException

Apache JMeter
1.9

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