downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SolrException::getInternalInfo> <SolrQuery::setTimeAllowed
[edit] Last updated: Fri, 17 May 2013

view this page in

La classe SolrException

(No version information available, might only be in SVN)

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 ;
/* 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

message

Le message d'erreur.

code

Le code erreur.

file

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

line

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

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



add a note add a note User Contributed Notes SolrException - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites