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

public class LinkExtractorParseException extends Exception
Exception used with LinkExtractorParser
Since:
3.0
See Also:
  • Constructor Details

    • LinkExtractorParseException

      public LinkExtractorParseException()
    • LinkExtractorParseException

      public LinkExtractorParseException(String message)
      Parameters:
      message - text describing the cause of the exception
    • LinkExtractorParseException

      public LinkExtractorParseException(Throwable cause)
      Parameters:
      cause - of the exception
    • LinkExtractorParseException

      public LinkExtractorParseException(String message, Throwable cause)
      Parameters:
      message - text describing the cause of the exception
      cause - 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 exception
      cause - exception, that lead to this exception
      enableSuppression - whether or not suppression is enabled
      writableStackTrace - whether or not the stacktrace should be writable