La classe SolrIllegalArgumentException

(PECL solr >= 0.9.2)

Introduction

Cet objet est lancé lorsqu'un argument illégal ou invalide est passé à une méthode.

Synopsis de la classe

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
}

Sommaire

To Top