Apache Solr SolrException 클래스

(PECL solr >= 0.9.2)


소개

이것은 Solr 확장 클래스에서 발생하는 모든 예외의 기본 클래스입니다.


클래스 개요

                  
class SolrException extends Exception {

  /* Properties */
  protected int $sourceline;
  protected string $sourcefile;
  protected string $zif_name;

  /* Inherited properties */
  protected string $message = "";
  private string $string = "";
  protected int $code;
  protected string $file = "";
  protected int $line;
  private array $trace = [];
  private ?Throwable $previous = null;

  /* 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
}
                  
                

Properties

sourceline
예외가 생성된 c-space 소스 파일의 라인
sourcefile
예외가 생성된 c-space 소스 파일
zif_name
예외가 생성된 c 공간 함수

목차