org.apache.jmeter.protocol.http.parser
Class HTMLParseError
Error
org.apache.jmeter.protocol.http.parser.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
Throwable | getCause() - Local verstion of getCause() for JDK1.3 support
|
HTMLParseError
public HTMLParseError()
HTMLParseError
public HTMLParseError(String message)
HTMLParseError
public HTMLParseError(String message,
Throwable cause)
HTMLParseError
public HTMLParseError(Throwable cause)
getCause
public Throwable getCause()
Local verstion of getCause() for JDK1.3 support
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.