1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-20 17:46:08 +00:00
tgbotapi/docs/dokka/docs/com.github.insanusmokrassar.-telegram-bot-a-p-i.bot.exceptions/index.html
2020-05-11 23:37:38 +06:00

87 lines
5.2 KiB
HTML

<HTML>
<HEAD>
<meta charset="UTF-8">
<title>com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions - docs</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">docs</a>&nbsp;/&nbsp;<a href="./index.html">com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions</a><br/>
<br/>
<h2>Package com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions</h2>
<h3>Exceptions</h3>
<table>
<tbody>
<tr>
<td>
(common)
<h4><a href="-common-request-exception/index.html">CommonRequestException</a></h4>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">CommonRequestException</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-invalid-photo-dimensions-exception/index.html">InvalidPhotoDimensionsException</a></h4>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">InvalidPhotoDimensionsException</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-message-is-not-modified-exception/index.html">MessageIsNotModifiedException</a></h4>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">MessageIsNotModifiedException</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-message-to-edit-not-found-exception/index.html">MessageToEditNotFoundException</a></h4>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">MessageToEditNotFoundException</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-reply-message-not-found-exception/index.html">ReplyMessageNotFoundException</a></h4>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">ReplyMessageNotFoundException</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-request-exception/index.html">RequestException</a></h4>
</td>
<td>
<code><span class="keyword">sealed</span> <span class="keyword">class </span><span class="identifier">RequestException</span>&nbsp;<span class="symbol">:</span>&nbsp;<span class="identifier">IOException</span></code></td>
</tr>
<tr>
<td>
(common)
<h4><a href="-unauthorized-exception/index.html">UnauthorizedException</a></h4>
</td>
<td>
<code><span class="keyword">class </span><span class="identifier">UnauthorizedException</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
</tbody>
</table>
<h3>Functions</h3>
<table>
<tbody>
<tr>
<td>
(common)
<h4><a href="new-request-exception.html">newRequestException</a></h4>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">newRequestException</span><span class="symbol">(</span><span class="identifier" id="com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions$newRequestException(com.github.insanusmokrassar.TelegramBotAPI.types.Response, kotlin.String, kotlin.String, kotlin.Throwable)/response">response</span><span class="symbol">:</span>&nbsp;<a href="../com.github.insanusmokrassar.-telegram-bot-a-p-i.types/-response/index.html"><span class="identifier">Response</span></a><span class="symbol">, </span><span class="identifier" id="com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions$newRequestException(com.github.insanusmokrassar.TelegramBotAPI.types.Response, kotlin.String, kotlin.String, kotlin.Throwable)/plainAnswer">plainAnswer</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="identifier" id="com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions$newRequestException(com.github.insanusmokrassar.TelegramBotAPI.types.Response, kotlin.String, kotlin.String, kotlin.Throwable)/message">message</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="com.github.insanusmokrassar.TelegramBotAPI.bot.exceptions$newRequestException(com.github.insanusmokrassar.TelegramBotAPI.types.Response, kotlin.String, kotlin.String, kotlin.Throwable)/cause">cause</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html"><span class="identifier">Throwable</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">)</span><span class="symbol">: </span><a href="-request-exception/index.html"><span class="identifier">RequestException</span></a></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>