@@ -1542,6 +1542,12 @@ <h2>Classes</h2>
15421542 <div class="col-md-6">
15431543 <a href="SNMP.html"><abbr title="SNMP">SNMP</abbr></a> </div>
15441544 <div class="col-md-6"><p>Represents SNMP session.</p></div>
1545+ </div>
1546+ <div class="row">
1547+ <div class="col-md-6">
1548+ <a href="SNMPException.html"><abbr title="SNMPException">SNMPException</abbr></a> </div>
1549+ <div class="col-md-6"><p>Represents an error raised by SNMP. You should not throw a
1550+ <b>SNMPException</b> from your own code.</p></div>
15451551 </div>
15461552 <div class="row">
15471553 <div class="col-md-6">
@@ -1761,6 +1767,13 @@ <h2>Classes</h2>
17611767Class SolrClient<br/>
17621768This class is used to send requests to a Solr server. Currently, cloning and serialization of SolrClient instances is
17631769not supported.</p></div>
1770+ </div>
1771+ <div class="row">
1772+ <div class="col-md-6">
1773+ <a href="SolrClientException.html"><abbr title="SolrClientException">SolrClientException</abbr></a> </div>
1774+ <div class="col-md-6"><p>(PECL solr >= 0.9.2)<br/>
1775+ Class SolrClientException<br/>
1776+ An exception thrown when there is an error while making a request to the server from the client.</p></div>
17641777 </div>
17651778 <div class="row">
17661779 <div class="col-md-6">
@@ -1803,13 +1816,6 @@ <h2>Classes</h2>
18031816 <div class="col-md-6"><p>(PECL solr >= 0.9.2)<br/>
18041817Class SolrIllegalArgumentException<br/>
18051818This object is thrown when an illegal or invalid argument is passed to a method.</p></div>
1806- </div>
1807- <div class="row">
1808- <div class="col-md-6">
1809- <a href="SolrIllegalOperationException.html"><abbr title="SolrIllegalOperationException">SolrIllegalOperationException</abbr></a> </div>
1810- <div class="col-md-6"><p>(PECL solr >= 0.9.2)<br/>
1811- Class SolrIllegalOperationException<br/>
1812- This object is thrown when an illegal or unsupported operation is performed on an object.</p></div>
18131819 </div>
18141820 <div class="row">
18151821 <div class="col-md-6">
@@ -1873,13 +1879,6 @@ <h2>Classes</h2>
18731879 <div class="col-md-6"><p>(PECL solr >= 0.9.2)<br/>
18741880Class SolrResponse<br/>
18751881This class represents a response from the Solr server.</p></div>
1876- </div>
1877- <div class="row">
1878- <div class="col-md-6">
1879- <a href="SolrServerException.html"><abbr title="SolrServerException">SolrServerException</abbr></a> </div>
1880- <div class="col-md-6"><p>(PECL solr >= 1.1.0, >=2.0.0)<br/>
1881- Class SolrServerException<br/>
1882- An exception thrown when there is an error produced by the Solr Server itself.</p></div>
18831882 </div>
18841883 <div class="row">
18851884 <div class="col-md-6">
@@ -65033,12 +65032,6 @@ <h2>Exceptions</h2>
6503365032 <div class="col-md-6">
6503465033 <a href="RuntimeException.html"><abbr title="RuntimeException">RuntimeException</abbr></a> </div>
6503565034 <div class="col-md-6"><p>Exception thrown if an error which can only be found on runtime occurs.</p></div>
65036- </div>
65037- <div class="row">
65038- <div class="col-md-6">
65039- <a href="SNMPException.html"><abbr title="SNMPException">SNMPException</abbr></a> </div>
65040- <div class="col-md-6"><p>Represents an error raised by SNMP. You should not throw a
65041- <b>SNMPException</b> from your own code.</p></div>
6504265035 </div>
6504365036 <div class="row">
6504465037 <div class="col-md-6">
@@ -65057,17 +65050,24 @@ <h2>Exceptions</h2>
6505765050 </div>
6505865051 <div class="row">
6505965052 <div class="col-md-6">
65060- <a href="SolrClientException .html"><abbr title="SolrClientException">SolrClientException </abbr></a> </div>
65053+ <a href="SolrException .html"><abbr title="SolrException">SolrException </abbr></a> </div>
6506165054 <div class="col-md-6"><p>(PECL solr >= 0.9.2)<br/>
65062- Class SolrClientException <br/>
65063- An exception thrown when there is an error while making a request to the server from the client .</p></div>
65055+ Class SolrException <br/>
65056+ This is the base class for all exception thrown by the Solr extension classes .</p></div>
6506465057 </div>
6506565058 <div class="row">
6506665059 <div class="col-md-6">
65067- <a href="SolrException .html"><abbr title="SolrException">SolrException </abbr></a> </div>
65060+ <a href="SolrIllegalOperationException .html"><abbr title="SolrIllegalOperationException">SolrIllegalOperationException </abbr></a> </div>
6506865061 <div class="col-md-6"><p>(PECL solr >= 0.9.2)<br/>
65069- Class SolrException<br/>
65070- This is the base class for all exception thrown by the Solr extension classes.</p></div>
65062+ Class SolrIllegalOperationException<br/>
65063+ This object is thrown when an illegal or unsupported operation is performed on an object.</p></div>
65064+ </div>
65065+ <div class="row">
65066+ <div class="col-md-6">
65067+ <a href="SolrServerException.html"><abbr title="SolrServerException">SolrServerException</abbr></a> </div>
65068+ <div class="col-md-6"><p>(PECL solr >= 1.1.0, >=2.0.0)<br/>
65069+ Class SolrServerException<br/>
65070+ An exception thrown when there is an error produced by the Solr Server itself.</p></div>
6507165071 </div>
6507265072 <div class="row">
6507365073 <div class="col-md-6">
0 commit comments