SolrServerException::getInternalInfo
SolrIllegalArgumentException::getInternalInfo
Solr
PHP Manual
SolrIllegalArgumentException クラス
(PECL solr >= 0.9.2)
導入
規則外の、または無効な引数がメソッドに渡されると、このオブジェクトがスローされます。
クラス概要
SolrIllegalArgumentException
extends
SolrException
{
/* 継承したプロパティ */
protected
string
$
message
;
protected
int
$
code
;
protected
string
$
file
;
protected
int
$
line
;
protected
integer
$
sourceline
;
protected
string
$
sourcefile
;
protected
string
$
zif_name
;
/* メソッド */
public
array
getInternalInfo
(
void
)
/* 継承したメソッド */
final
public
string
Exception::getMessage
(
void
)
final
public
Exception
Exception::getPrevious
(
void
)
final
public
mixed
Exception::getCode
(
void
)
final
public
string
Exception::getFile
(
void
)
final
public
int
Exception::getLine
(
void
)
final
public
array
Exception::getTrace
(
void
)
final
public
string
Exception::getTraceAsString
(
void
)
public
string
Exception::__toString
(
void
)
final
private
void
Exception::__clone
(
void
)
public
array
SolrException::getInternalInfo
(
void
)
}
目次
SolrIllegalArgumentException::getInternalInfo
— 例外がスローされた際の内部情報を返す
SolrServerException::getInternalInfo
SolrIllegalArgumentException::getInternalInfo
Solr
PHP Manual