Class HTMLParseError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.apache.jmeter.protocol.http.parser.HTMLParseError
- All Implemented Interfaces:
Serializable
Error class for use with HTMLParser classes.
The main rationale for the class
was to support chained Errors in JDK 1.3,
however it is now used in its own right.
- Version:
- $Revision: 905028 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHTMLParseError
(String message) HTMLParseError
(String message, Throwable cause) HTMLParseError
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HTMLParseError
public HTMLParseError() -
HTMLParseError
-
HTMLParseError
-
HTMLParseError
-