The SolrException class
SolrException
&reftitle.intro;
This is the base class for all exception thrown by the Solr extension classes.
&reftitle.classsynopsis;
SolrException
SolrException
extends
Exception
&Properties;
protected
integer
sourceline
protected
string
sourcefile
protected
string
zif_name
&InheritedProperties;
&Methods;
&InheritedMethods;
&reftitle.properties;
sourceline
The line in c-space source file where exception was generated
sourcefile
The c-space source file where exception was generated
zif_name
The c-space function where exception was generated
&reference.solr.entities.solrexception;