Solr
PHP Manual

The SolrIllegalArgumentException class

(PECL solr >= 0.9.2)

Introdução

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

Sinopse da classe

SolrIllegalArgumentException extends SolrException {
/* Propriedades herdadas */
protected string $message ;
private string $string ;
protected int $code ;
protected string $file ;
protected int $line ;
private array $trace ;
protected integer $sourceline ;
protected string $sourcefile ;
protected string $zif_name ;
/* Métodos */
public array getInternalInfo ( void )
/* Métodos herdados */
final public string Exception::getMessage ( void )
final public int Exception::getCode ( void )
final public string Exception::getFile ( void )
final public string Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private string Exception::__clone ( void )
public array SolrException::getInternalInfo ( void )
}

Índice


Solr
PHP Manual