Apache JMeter
2.0.1.20050615

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

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

public class HTMLParseException
extends Exception

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

Constructor Summary
HTMLParseException()
           
HTMLParseException(String message)
           
HTMLParseException(String message, Throwable cause)
           
HTMLParseException(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

HTMLParseException

public HTMLParseException()

HTMLParseException

public HTMLParseException(String message)
Parameters:
message -

HTMLParseException

public HTMLParseException(Throwable cause)
Parameters:
cause -

HTMLParseException

public HTMLParseException(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.