org.apache.jmeter.protocol.http.parser
Class HTMLParseError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.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: 674365 $
- See Also:
- Serialized Form
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
-
getCause
public Throwable getCause()
- Local verstion of getCause() for JDK1.3 support
- Overrides:
getCause
in class Throwable
Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.