org.apache.jmeter.protocol.http.parser

Class HTMLParseException


public class HTMLParseException
extends Exception

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

Constructor Details

HTMLParseException

public HTMLParseException()

HTMLParseException

public HTMLParseException(String message)
Parameters:
message -

HTMLParseException

public HTMLParseException(String message,
                          Throwable cause)
Parameters:
message -
cause -

HTMLParseException

public HTMLParseException(Throwable cause)
Parameters:
cause -

Method Details

getCause

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

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