Class LinkExtractorParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.jmeter.protocol.http.parser.LinkExtractorParseException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 HTMLParseException
Exception used with 
LinkExtractorParser- Since:
 - 3.0
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLinkExtractorParseException(String message) LinkExtractorParseException(String message, Throwable cause) LinkExtractorParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LinkExtractorParseException
public LinkExtractorParseException() - 
LinkExtractorParseException
- Parameters:
 message- text describing the cause of the exception
 - 
LinkExtractorParseException
- Parameters:
 cause- of the exception
 - 
LinkExtractorParseException
- Parameters:
 message- text describing the cause of the exceptioncause- exception, that lead to this exception
 - 
LinkExtractorParseException
public LinkExtractorParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
 message- text describing the cause of the exceptioncause- exception, that lead to this exceptionenableSuppression- whether or not suppression is enabledwritableStackTrace- whether or not the stacktrace should be writable
 
 -