Apache JMeter
2.0.1.20050615

org.apache.jmeter.protocol.http.parser
Class HTMLParseError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.apache.jmeter.protocol.http.parser.HTMLParseError
All Implemented Interfaces:
Serializable

public class HTMLParseError
extends Error

Error class for use with HTMLParser classes. The main rationale for the class is to support chained Errors in JDK 1.3

Version:
$Revision: 1.3 $ updated on $Date: 2004/02/11 22:43:06 $
Author:
Jordi Salvat i Alabart
See Also:
Serialized Form

Constructor Summary
HTMLParseError()
           
HTMLParseError(String message)
           
HTMLParseError(String message, Throwable cause)
           
HTMLParseError(Throwable cause)
           
 
Method Summary
 Throwable getCause()
          Local verstion of getCause() for JDK1.3 support
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLParseError

public HTMLParseError()

HTMLParseError

public HTMLParseError(String message)
Parameters:
message -

HTMLParseError

public HTMLParseError(Throwable cause)
Parameters:
cause -

HTMLParseError

public HTMLParseError(String message,
                      Throwable cause)
Parameters:
message -
cause -
Method Detail

getCause

public Throwable getCause()
Local verstion of getCause() for JDK1.3 support


Apache JMeter
2.0.1.20050615

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