Apache Solr SolrServerException 클래스
(PECL Solr >= 1.1.0, >=2.0.0)
소개
Solr Server 자체에서 생성된 오류가 있는 경우 throw되는 예외입니다.
클래스 개요
class SolrServerException extends SolrException {
/* Inherited properties */
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;
/* Methods */
public getInternalInfo(): array
/* Inherited methods */
final public Exception::getMessage(): string
final public Exception::getPrevious(): ?Throwable
final public Exception::getCode(): int
final public Exception::getFile(): string
final public Exception::getLine(): int
final public Exception::getTrace(): array
final public Exception::getTraceAsString(): string
public Exception::__toString(): string
private Exception::__clone(): void
public SolrException::getInternalInfo(): array
}
목차
- SolrServerException::getInternalInfo — 예외가 발생한 내부 정보를 반환합니다.