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 SummaryConstructorsConstructorDescriptionLinkExtractorParseException(String message) LinkExtractorParseException(String message, Throwable cause) LinkExtractorParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LinkExtractorParseExceptionpublic 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 exception
- cause- exception, that lead to this exception
 
- 
LinkExtractorParseExceptionpublic LinkExtractorParseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
- message- text describing the cause of the exception
- cause- exception, that lead to this exception
- enableSuppression- whether or not suppression is enabled
- writableStackTrace- whether or not the stacktrace should be writable
 
 
-