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: 493789 $ updated on $Date: 2007-01-07 18:10:21 +0000 (Sun, 07 Jan 2007) $
- Author:
- Jordi Salvat i Alabart
- 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
Copyright © 1998-2008 Apache Software Foundation. All Rights Reserved.