Lines Matching refs:Exception

86 * Add throwing `\Elastica\Exception\RequestEntityTooLargeException` on HTTP-413 responses in `\Elastica\Bulk` by @Vetaxon [2055](https://github.com/ruflin/Elastica/pull/2055)
140 * Changed `Elastica\Exception\JSONParseException` inheritance, it now extends `\JsonException` instead of `\RuntimeException` [#1949](https://github.com/ruflin/Elastica/pull/1949)
176 * Deprecated `Elastica\Exception\JSONParseException` exception, catch `\JsonException` instead [#1949](https://github.com/ruflin/Elastica/pull/1949)
234 * Deprecated `Elastica\Exception\ResponseException::getElasticsearchException()`, use `getResponse()::getFullError()` instead [#1829](https://github.com/ruflin/Elastica/pull/1829)
624 - Deprecated `\Elastica\Exception\ElasticsearchException` which is irrelevant since Elasticsearch now exposes the errors as a structured array instead of a single string.
625 Use `\Elastica\Exception\ResponseException::getResponse::getFullError` instead.
628 Use `\Elastica\Exception\ResponseException::getResponse::getFullError` instead. [#1251](https://github.com/ruflin/Elastica/pull/1251)
684 - `\Elastica\JSON::stringify` throws `\Elastica\Exception\JSONParseException` on error
846 - `Elastica\Exception\InvalidException` will be thrown if you try using an
894 - More info on Elastica\Exception\PartialShardFailureException. Not just number of failed shards.
943 - \Elastica\Exception\DeprecatedException
1133 - Exception\ElasticsearchException now can be catched like all other exceptions as Exception\ExceptionInterface [#762](https://github.com/ruflin/Elastica/issues/762/)
1199 - Updated Type::getDocument() exception handling. \Elastica\Exception\ResponseException will be thrown instead of \Elastica\Exception\NotFoundException if the ES response contains any error (i.e: Missing index) (BC break) [#687](https://github.com/ruflin/Elastica/issues/687/)
1466 - added \Elastica\Exception\ResponseException::getElasticsearchException()
1682 - Removed Elastica\Exception\AbstractException
1683 - All Exceptions now implement Elastica\Exception\ExceptionInterface