PHP Conference Japan 2024

SolrIllegalOperationException 類別

(PECL solr >= 0.9.2)

簡介

當在物件上執行非法或不支援的操作時,會拋出此物件。

類別概要

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

目錄

新增註釋

使用者提供的註釋

此頁面沒有使用者提供的註釋。
To Top