The SolrIllegalArgumentException class

(PECL solr >= 0.9.2)

Introduction

This object is thrown when an illegal or invalid argument is passed to a method.

Class synopsis

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
}

Table of Contents

To Top