Solr
PHP Manual

The SolrClientException class

(PECL solr >= 0.9.2)

Introdução

An exception thrown when there is an error while making a request to the server from the client.

Sinopse da classe

SolrClientException 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