diff --git a/reference/solr/solrserverexception.xml b/reference/solr/solrserverexception.xml new file mode 100644 index 0000000000..9538e045fc --- /dev/null +++ b/reference/solr/solrserverexception.xml @@ -0,0 +1,82 @@ + + + + + + The SolrServerException class + SolrServerException + + + + +
+ &reftitle.intro; + + An exception thrown when there is an error produced by the Solr Server itself. + +
+ + +
+ &reftitle.classsynopsis; + + + + SolrServerException + + + + + SolrServerException + + + + extends + SolrException + + + + + &InheritedProperties; + + + + &Methods; + + + &InheritedMethods; + + + + + + +
+ + +
+ + &reference.solr.entities.solrserverexception; + +
+ + diff --git a/reference/solr/solrserverexception/getinternalinfo.xml b/reference/solr/solrserverexception/getinternalinfo.xml new file mode 100644 index 0000000000..32105185eb --- /dev/null +++ b/reference/solr/solrserverexception/getinternalinfo.xml @@ -0,0 +1,55 @@ + + + + + + SolrServerException::getInternalInfo + Returns internal information where the Exception was thrown + + + + &reftitle.description; + + public arraySolrServerException::getInternalInfo + + + + Returns internal information where the Exception was thrown. + + + + + + &reftitle.parameters; + &no.function.parameters; + + + + &reftitle.returnvalues; + + Returns an array containing internal information where the error was thrown. Used only for debugging by extension developers. + + + + + +