PHP Conference Japan 2024

SolrServerException 類別

(PECL Solr >= 1.1.0, >=2.0.0)

簡介

當 Solr 伺服器本身產生錯誤時拋出的例外。

類別概要

class SolrServerException extends SolrException {
/* 繼承的屬性 */
protected 字串 $message = "";
private 字串 $string = "";
protected 整數 $code;
protected 字串 $file = "";
保護的 整數 $line;
私有的 陣列 $trace = [];
私有的 ?Throwable $previous = null;
保護的 整數 $sourceline;
保護的 字串 $sourcefile;
保護的 字串 $zif_name;
/* 方法 */
公開的 getInternalInfo(): 陣列
/* 繼承的方法 */
最終 公開的 Exception::getMessage(): 字串
最終 公開的 Exception::getCode(): 整數
最終 公開的 Exception::getFile(): 字串
最終 公開的 Exception::getLine(): 整數
最終 公開的 Exception::getTrace(): 陣列
}

目錄

新增註釋

使用者貢獻的註釋

此頁面尚無使用者提供的註釋。
To Top