La classe SolrException

(PECL solr >= 0.9.2)

Introduction

C'est la classe de base pour toutes les exceptions lancées par les classes de l'extension Solr.

Synopsis de la classe

SolrException extends Exception {
/* Propriétés */
protected integer $sourceline ;
protected string $sourcefile ;
protected string $zif_name ;
/* Propriétés héritées */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* Méthodes */
public array getInternalInfo ( void )
/* Méthodes héritées */
final public string Exception::getMessage ( void )
final public Exception Exception::getPrevious ( void )
final public mixed Exception::getCode ( void )
final public string Exception::getFile ( void )
final public int Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private void Exception::__clone ( void )
}

Propriétés

sourceline

La ligne du fichier source de l'espace C d'où l'exception a été générée.

sourcefile

Le fichier source de l'espace C d'où l'exception a été générée.

zif_name

La fonction de l'espace C d'où l'exception a été générée.

Sommaire

LoadingChargement en cours