La clase SolrIllegalArgumentException

(PECL solr >= 0.9.2)

Introducción

Este objeto es lanzado cuando un argumento ilegal o no válido es pasado al método.

Sinopsis de la Clase

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
}

Tabla de contenidos

To Top