Package ai.webscraping.exception
Class WebScrapingAIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.webscraping.exception.WebScrapingAIException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApiConnectionException,ApiException,ApiTimeoutException
Base unchecked exception for everything thrown by the WebScraping.AI SDK.
Lets callers write a single
catch (WebScrapingAIException e) for any
SDK-originated failure without enumerating the per-status / transport
subtypes.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebScrapingAIException(String message) WebScrapingAIException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebScrapingAIException
-
WebScrapingAIException
-