検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 642 for exception (0.008 sec.)
UnderflowException クラス 4967
« RuntimeException UnexpectedValueException » PHP Manual 例外 UnderflowException クラス Underflo ... wException クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに 空の ... きにスローされる例外です。 クラス概要 class UnderflowException extends RuntimeException { /* 継承したプロパティ * ... vious = null ; /* 継承したメソッド */ final public Exception::getMessage (): string final public Exception::get ... Previous (): ? Throwable final public Exception::getCode (): int final public Exception::getFile ( ...
https://man.plustar.jp/php/class.underflowexception.html - [similar]
前の例外(Throwable)を返す 4967
« Exception::getMessage Exception::getCode » PHP Manual Exception 前の例外(Throwable)を返す Exception ... ption::getPrevious (PHP 5 >= 5.3.0, PHP 7, PHP 8) Exception::getPrevious — 前の例外(Throwable)を返す 説明 fina ... l public Exception::getPrevious (): ? Throwable 前に発生した Throwabl ... e ( Exception::__construct() に渡された 3 番目の引数) を返します ... いはそれが存在しない場合は null を返します。 例 例1 Exception::getPrevious() の例 例外トレースをループし、表示し ...
https://man.plustar.jp/php/exception.getprevious.html - [similar]
SoapFault クラス 4938
« SoapServer::setPersistence SoapFault::__construct » PHP Manual SOAP SoapFault クラス SoapFault ... をあらわします。 クラス概要 class SoapFault extends Exception { /* プロパティ */ public string $ faultstring ; p ... ing (): string /* 継承したメソッド */ final public Exception::getMessage (): string final public Exception::get ... Previous (): ? Throwable final public Exception::getCode (): int final public Exception::getFile ( ... ): string final public Exception::getLine (): int final public Exception::getTrace ...
https://man.plustar.jp/php/class.soapfault.html - [similar]
例外が作られたファイルを取得する 4924
« Exception::getCode Exception::getLine » PHP Manual Exception 例外が作られたファイルを取得する ... Exception::getFile (PHP 5, PHP 7, PHP 8) Exception::getFile — 例外が作られたファイルを取得する 説明 f ... inal public Exception::getFile (): string 例外が作られたファイルの名前を ... り値 例外が作られたファイルの名前を返します。 例 例1 Exception::getFile() の例 <?php try { throw new Exception ; ... } catch( Exception $e ) { echo $e -> getFile (); } ?> 上の例の出力は、 ...
https://man.plustar.jp/php/exception.getfile.html - [similar]
SolrException クラス 4909
« SolrCollapseFunction::__toString SolrException::getInternalInfo » PHP Manual Solr SolrException ... n クラス SolrException クラス (PECL solr >= 0.9.2) はじめに これは、Solr ... の例外に対する基底クラスです。 クラス概要 class SolrException extends Exception { /* プロパティ */ protected int ... Info (): array /* 継承したメソッド */ final public Exception::getMessage (): string final public Exception::get ... Previous (): ? Throwable final public Exception::getCode (): int final public Exception::getFile ( ...
https://man.plustar.jp/php/class.solrexception.html - [similar]
Yaf_Exception_LoadFailed_View クラス 4909
« Yaf_Exception_LoadFailed_Action Yaconf » PHP Manual Yaf Yaf_Exception_LoadFailed_View クラス Y ... af_Exception_LoadFailed_View クラス (Yaf >=1.0.0) はじめに クラ ... ス概要 class Yaf_Exception_LoadFailed_View extends Yaf_Exception_LoadFailed { ... / /* メソッド */ /* 継承したメソッド */ public Yaf_Exception::getPrevious (): void } 関連キーワード: Yaf , Exce ...
https://man.plustar.jp/php/class.yaf-exception-loadfailed-view.html - [similar]
RangeException クラス 4888
« OverflowException RuntimeException » PHP Manual 例外 RangeException クラス RangeException クラ ... 発生したことを意味します。 これは、実行時版の DomainException です。 クラス概要 class RangeException extends Run ... timeException { /* 継承したプロパティ */ protected string $ mess ... vious = null ; /* 継承したメソッド */ final public Exception::getMessage (): string final public Exception::get ... Previous (): ? Throwable final public Exception::getCode (): int final public Exception::getFile ( ...
https://man.plustar.jp/php/class.rangeexception.html - [similar]
SolrClientException クラス 4888
« SolrException::getInternalInfo SolrClientException::getInternalInfo » PHP Manual Solr SolrClie ... ntException クラス SolrClientException クラス (PECL solr >= 0. ... る際にスローされる例外。 クラス概要 class SolrClientException extends SolrException { /* 継承したプロパティ */ p ... Info (): array /* 継承したメソッド */ final public Exception::getMessage (): string final public Exception::get ... Previous (): ? Throwable final public Exception::getCode (): int final public Exception::getFile ( ...
https://man.plustar.jp/php/class.solrclientexception.html - [similar]
SolrIllegalArgumentException クラス 4888
« SolrServerException::getInternalInfo SolrIllegalArgumentException::getInternalInfo » PHP Manua ... l Solr SolrIllegalArgumentException クラス SolrIllegalArgumentException クラス (PECL s ... スローされます。 クラス概要 class SolrIllegalArgumentException extends SolrException { /* 継承したプロパティ */ p ... Info (): array /* 継承したメソッド */ final public Exception::getMessage (): string final public Exception::get ... Previous (): ? Throwable final public Exception::getCode (): int final public Exception::getFile ( ...
https://man.plustar.jp/php/class.solrillegalargumentexception.html - [similar]
スタックトレースを文字列で取得する 4888
« Exception::getTrace Exception::__toString » PHP Manual Exception スタックトレースを文字列で取得 ... する Exception::getTraceAsString (PHP 5, PHP 7, PHP 8) Exception: ... スタックトレースを文字列で取得する 説明 final public Exception::getTraceAsString (): string 例外のスタックトレース ... 例外のスタックトレースを文字列で返します。 例 例1 Exception::getTraceAsString() の例 <?php function test () { ... throw new Exception ; } try { test (); } catch( Exception $e ) { echo ...
https://man.plustar.jp/php/exception.gettraceasstring.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT