org.apache.jmeter.protocol.http.parser

Class HTMLParseError


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: 674365 $

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

Constructor Details

HTMLParseError

public HTMLParseError()

HTMLParseError

public HTMLParseError(String message)
Parameters:
message -

HTMLParseError

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

HTMLParseError

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