SOLREXCEPTION(3) 1 SOLREXCEPTION(3)
The SolrException class
INTRODUCTION
This is the base class for all exception thrown by the Solr extension classes.
CLASS SYNOPSIS
SolrException
SolrExceptionextends
Exception
Properties
o protected integer$sourceline
o protected string$sourcefile
o protected string$zif_name
Inherited properties
o protected string$message
o protected int$code
o protected string$file
o protected int$line
Methods
o public array SolrException::getInternalInfo (void )
Inherited methods
o finalpublic string Exception::getMessage (void )
o finalpublic Exception Exception::getPrevious (void )
o finalpublic mixed Exception::getCode (void )
o finalpublic string Exception::getFile (void )
o finalpublic int Exception::getLine (void )
o finalpublic array Exception::getTrace (void )
o finalpublic string Exception::getTraceAsString (void )
o public string Exception::__toString (void )
o finalprivate void Exception::__clone (void )
PROPERTIES
o $sourceline
-The line in c-space source file where exception was generated
o $sourcefile
-The c-space source file where exception was generated
o $zif_name
-The c-space function where exception was generated
PHP Documentation Group SOLREXCEPTION(3)