diff --git a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html index c78df3b814..fdacaa9edb 100644 --- a/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html +++ b/tgbotapi.core/dev.inmo.tgbotapi.bot.exceptions/-bot-exception/index.html @@ -145,7 +145,7 @@
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Traverses this throwable's cause chain to find a CancellationException.
It walks through this
and its cause
s until the first CancellationException is encountered, and returns that exception. If no CancellationException is found in the chain, returns null
.
This is useful when you need to distinguish cancellations from other failures while handling errors.
the root Throwable to inspect
the first CancellationException found in the cause chain, or null
if none present
Traverses this throwable's cause chain to find a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
Checks whether this throwable (or any of its causes) is a CancellationException.
the Throwable to inspect
true
if a CancellationException is found in the cause chain, false
otherwise