public class LinkExtractorParseException
extends java.lang.Exception
LinkExtractorParser| Constructor and Description |
|---|
LinkExtractorParseException() |
LinkExtractorParseException(java.lang.String message) |
LinkExtractorParseException(java.lang.String message,
java.lang.Throwable cause) |
LinkExtractorParseException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
LinkExtractorParseException(java.lang.Throwable cause) |
public LinkExtractorParseException()
public LinkExtractorParseException(java.lang.String message)
message - text describing the cause of the exceptionpublic LinkExtractorParseException(java.lang.Throwable cause)
cause - of the exceptionpublic LinkExtractorParseException(java.lang.String message,
java.lang.Throwable cause)
message - text describing the cause of the exceptioncause - exception, that lead to this exceptionpublic LinkExtractorParseException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
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 writableCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.