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