SolrIllegalOperationException 类

(PECL solr >= 0.9.2)

介绍

当对对象执行非法或不支持的操作时,将抛出此对象。

类概要

class SolrIllegalOperationException extends SolrException {
/* 继承的属性 */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
protected int $sourceline;
protected string $sourcefile;
protected string $zif_name;
/* 方法 */
/* 继承的方法 */
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
}

目录

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top