Класс SolrIllegalArgumentException

(PECL solr >= 0.9.2)

Введение

Выбрасывается, когда методу передаётся недопустимый или некорректный аргумент.

Обзор классов

classSolrIllegalArgumentExceptionextendsSolrException {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
protectedint$sourceline;
protectedstring$zif_name;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Содержание

To Top