Class HTMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.protocol.http.parser.LinkExtractorParseException
org.apache.jmeter.protocol.http.parser.HTMLParseException
- All Implemented Interfaces:
Serializable
Exception class for use with
HTMLParser
classes.- See Also:
-
Constructor Summary
ConstructorDescriptionHTMLParseException
(String message) HTMLParseException
(String message, Throwable cause) HTMLParseException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) HTMLParseException
(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
-
HTMLParseException
public HTMLParseException() -
HTMLParseException
-
HTMLParseException
-
HTMLParseException
-
HTMLParseException
-