Class LinkExtractorParseException

    • Constructor Detail

      • LinkExtractorParseException

        LinkExtractorParseException()
      • LinkExtractorParseException

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

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

        LinkExtractorParseException(String message, Throwable cause)
        Parameters:
        message - text describing the cause of the exception
        cause - exception, that lead to this exception
      • LinkExtractorParseException

        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
    • Method Detail