Overview

Namespaces

  • SKJ
    • AppException
      • HTTP
      • Logic
      • Runtime

Classes

  • SKJ\Label

Interfaces

  • SKJ\AppExceptionInterface

Traits

  • SKJ\AppExceptionMethods

Exceptions

  • SKJ\AppException
  • SKJ\AppException\AbstractContainerException
  • SKJ\AppException\AbstractDateTimeException
  • SKJ\AppException\AbstractHttpException
  • SKJ\AppException\AbstractValidationException
  • SKJ\AppException\HTTP\BadGatewayException
  • SKJ\AppException\HTTP\BadRequestException
  • SKJ\AppException\HTTP\ConflictException
  • SKJ\AppException\HTTP\ExpectationFailedException
  • SKJ\AppException\HTTP\FailedDependencyException
  • SKJ\AppException\HTTP\ForbiddenException
  • SKJ\AppException\HTTP\GatewayTimeoutException
  • SKJ\AppException\HTTP\GoneException
  • SKJ\AppException\HTTP\HttpVersionNotSupportedException
  • SKJ\AppException\HTTP\InternalServerErrorException
  • SKJ\AppException\HTTP\LengthRequiredException
  • SKJ\AppException\HTTP\LockedException
  • SKJ\AppException\HTTP\MethodNotAllowedException
  • SKJ\AppException\HTTP\NotAcceptableException
  • SKJ\AppException\HTTP\NotFoundException
  • SKJ\AppException\HTTP\NotImplementedException
  • SKJ\AppException\HTTP\PaymentRequiredException
  • SKJ\AppException\HTTP\PreconditionFailedException
  • SKJ\AppException\HTTP\ProxyAuthenticationRequiredException
  • SKJ\AppException\HTTP\RequestedRangeNotSatisfiableException
  • SKJ\AppException\HTTP\RequestEntityTooLargeException
  • SKJ\AppException\HTTP\RequestTimeoutException
  • SKJ\AppException\HTTP\RequestUriTooLongException
  • SKJ\AppException\HTTP\ServiceUnavailableException
  • SKJ\AppException\HTTP\UnauthorizedException
  • SKJ\AppException\HTTP\UnprocessableEntityException
  • SKJ\AppException\HTTP\UnsupportedMediaTypeException
  • SKJ\AppException\HttpException
  • SKJ\AppException\Logic\BadFunctionCallException
  • SKJ\AppException\Logic\BadMethodCallException
  • SKJ\AppException\Logic\CircularReferenceException
  • SKJ\AppException\Logic\ContainerException
  • SKJ\AppException\Logic\DependencyInjectionException
  • SKJ\AppException\Logic\DomainException
  • SKJ\AppException\Logic\EnvironmentException
  • SKJ\AppException\Logic\InvalidArgumentException
  • SKJ\AppException\Logic\LengthException
  • SKJ\AppException\Logic\OutOfRangeException
  • SKJ\AppException\Logic\UnexpectedValueException
  • SKJ\AppException\LogicException
  • SKJ\AppException\Runtime\AuthenticationException
  • SKJ\AppException\Runtime\DeadLockException
  • SKJ\AppException\Runtime\DuplicationException
  • SKJ\AppException\Runtime\DurationException
  • SKJ\AppException\Runtime\EmptyResultException
  • SKJ\AppException\Runtime\ExpiryException
  • SKJ\AppException\Runtime\InvalidElementException
  • SKJ\AppException\Runtime\MissingElementException
  • SKJ\AppException\Runtime\NoConditionException
  • SKJ\AppException\Runtime\OutOfBoundsException
  • SKJ\AppException\Runtime\OverflowException
  • SKJ\AppException\Runtime\PermissionException
  • SKJ\AppException\Runtime\RangeException
  • SKJ\AppException\Runtime\TemporaryFailureException
  • SKJ\AppException\Runtime\TimeoutException
  • SKJ\AppException\Runtime\TransactionException
  • SKJ\AppException\Runtime\UnavailableServiceException
  • SKJ\AppException\Runtime\UnderflowException
  • SKJ\AppException\Runtime\UnexpectedValueException
  • SKJ\AppException\Runtime\UploadException
  • SKJ\AppException\Runtime\ValidationException
  • SKJ\AppException\Runtime\WrongArgumentException
  • SKJ\AppException\RuntimeException
  • Overview
  • Namespace
  • Class
  1:   2:   3:   4:   5:   6:   7:   8:   9:  10:  11:  12:  13:  14:  15:  16:  17:  18:  19:  20:  21:  22:  23:  24:  25:  26:  27:  28:  29:  30:  31:  32:  33:  34:  35:  36:  37:  38:  39:  40:  41:  42:  43:  44:  45:  46:  47:  48:  49:  50:  51:  52:  53:  54:  55:  56:  57:  58:  59:  60:  61:  62:  63:  64:  65:  66:  67:  68:  69:  70:  71:  72:  73:  74:  75:  76:  77:  78:  79:  80:  81:  82:  83:  84:  85:  86:  87:  88:  89:  90:  91:  92:  93:  94:  95:  96:  97:  98:  99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: 321: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: 370: 371: 372: 373: 374: 375: 376: 377: 378: 379: 380: 381: 382: 383: 384: 385: 386: 387: 388: 389: 390: 391: 392: 393: 394: 395: 396: 397: 398: 399: 400: 401: 402: 403: 404: 405: 406: 407: 408: 409: 410: 411: 412: 413: 414: 415: 416: 417: 418: 419: 420: 421: 422: 423: 424: 425: 426: 427: 428: 429: 430: 431: 432: 433: 434: 435: 436: 437: 438: 439: 440: 441: 442: 443: 444: 445: 446: 447: 448: 449: 450: 451: 452: 453: 454: 455: 456: 457: 458: 459: 460: 461: 462: 463: 464: 465: 466: 467: 468: 469: 470: 471: 472: 473: 474: 475: 476: 477: 478: 479: 480: 481: 482: 483: 484: 485: 486: 487: 488: 489: 490: 491: 492: 493: 494: 495: 496: 497: 498: 499: 500: 501: 502: 503: 504: 505: 506: 507: 508: 509: 510: 511: 512: 513: 514: 515: 516: 517: 518: 519: 520: 521: 522: 523: 524: 525: 526: 527: 528: 529: 530: 531: 532: 533: 534: 535: 536: 537: 538: 539: 540: 541: 542: 543: 544: 545: 546: 547: 548: 549: 550: 551: 552: 553: 554: 555: 556: 557: 558: 559: 560: 561: 562: 563: 564: 565: 566: 567: 568: 569: 570: 571: 572: 573: 574: 575: 576: 577: 578: 579: 580: 581: 582: 583: 584: 585: 586: 587: 588: 589: 590: 591: 592: 593: 594: 595: 596: 597: 598: 599: 600: 601: 602: 603: 604: 605: 606: 607: 608: 609: 610: 611: 612: 613: 614: 615: 616: 617: 618: 619: 620: 621: 622: 623: 624: 625: 626: 627: 628: 629: 630: 631: 632: 633: 634: 635: 636: 637: 638: 639: 640: 641: 642: 643: 644: 645: 646: 647: 648: 649: 650: 651: 652: 653: 654: 655: 656: 657: 658: 659: 660: 661: 662: 663: 664: 665: 666: 667: 668: 669: 670: 671: 672: 673: 674: 675: 676: 677: 678: 679: 680: 681: 682: 683: 684: 685: 686: 687: 688: 689: 690: 691: 692: 693: 694: 695: 696: 697: 698: 699: 700: 701: 702: 703: 704: 705: 706: 707: 708: 709: 710: 711: 712: 713: 714: 715: 716: 717: 718: 719: 720: 721: 722: 723: 724: 725: 726: 727: 728: 729: 730: 731: 732: 733: 734: 735: 736: 737: 738: 739: 740: 741: 742: 743: 744: 745: 746: 747: 748: 749: 750: 751: 752: 753: 754: 755: 756: 757: 758: 759: 760: 761: 762: 763: 764: 765: 766: 767: 768: 769: 770: 771: 772: 773: 774: 775: 776: 777: 778: 779: 780: 781: 782: 783: 784: 785: 786: 787: 788: 789: 790: 791: 792: 793: 794: 795: 796: 797: 798: 799: 800: 801: 802: 803: 804: 805: 806: 807: 808: 809: 810: 811: 812: 813: 814: 815: 816: 817: 818: 819: 820: 821: 822: 823: 824: 825: 826: 827: 828: 829: 830: 831: 832: 833: 834: 835: 836: 837: 838: 839: 840: 841: 842: 843: 844: 845: 846: 847: 848: 849: 850: 851: 852: 853: 854: 855: 856: 857: 858: 859: 860: 861: 862: 863: 864: 865: 866: 867: 868: 869: 870: 871: 872: 873: 874: 875: 876: 877: 878: 879: 880: 881: 882: 883: 884: 885: 886: 887: 888: 889: 890: 891: 892: 893: 894: 895: 896: 897: 898: 899: 900: 901: 902: 903: 904: 905: 906: 907: 908: 909: 910: 911: 912: 
<?php
/** @noinspection PhpDocSignatureInspection */

// このファイルの名前空間の定義
namespace SKJ;

// 別名定義
use ArrayIterator;
use Exception;
use SKJ\AppException\Logic\ContainerException;

/**
 * AppException共通メソッド郡 トレイト
 *
 * AppExceptionで使用されるメソッドを集めたものです
 *
 * @package SKJ\AppException
 * @author y3high <y3public@49364.net>
 * @copyright 2019 Seikouhou.
 * @license https://opensource.org/licenses/MIT MIT
 * @since Class available since Release 0.8.0
 */
trait AppExceptionMethods
{
    /**
     * @internal
     * @var array 例外の発生源を識別する情報が格納された配列
     */
    private $fields = [];
    /**
     * @internal
     * @var array 例外生成時のコールキュー(コールスタックをFIFOで格納したもの)
     */
    private $callQueue = [];
    /**
     * @internal
     * @var array|null 例外生成場所が変更されたコールキュー
     */
    private $forgedCallQueue = null;
    /**
     * @internal
     * @var \Exception|null AppExceptionに強制変換される前の例外を保存
     */
    private $originalException = null;
    /**
     * @internal
     * @var array|null この例外を配列として扱うときに対象となるデータを格納する配列
     */
    private $iteratorTargetArray = null;
    /**
     * @internal
     * @var bool イテレータとして動作時に\SKJ\AppException\Logic\ContainerExceptionをスキップするかどうかの真偽値
     */
    private $skipContainer = true;
    /**
     * @internal
     * @var array ファイル別に例外コードの基底値を保存した配列
     */
    private static $becHashTable = [];
    /**
     * @internal
     * @var int 発行された基底例外コード総数
     */
    private static $publishedBecTotalCount = 0;

    /**
     * 例外生成時のグローバルスコープの変数情報を取得
     *
     * @api
     * @return array グローバル変数情報
     */
    abstract public function getGlobalVars();

    /**
     * 例外生成時のローカルスコープの変数情報を取得
     *
     * @api
     * @return array ローカル変数情報
     */
    abstract public function getCallerVars();

    /**
     * 基底例外コードを取得
     *
     * ファイルごとにユニークになる、そのファイル中で例外コードの基底とすべき数値を返す
     *
     * @api
     * @param string $fileName ファイルの絶対パス
     * @return int|null 基底例外コード、もう発行できない場合はnull
     */
    public static function getBaseExceptionCode($fileName)
    {
        $coefficient = self::MAX_LINE_IN_FILE + 1;

        if (!array_key_exists($fileName, AppException::$becHashTable)) {

            AppException::$becHashTable[$fileName] =
                (int)(++AppException::$publishedBecTotalCount * $coefficient);
        }

        if (AppException::$publishedBecTotalCount ===
            (intval(PHP_INT_MAX / $coefficient) - 1)) {

            return null;
        }

        return AppException::$becHashTable[$fileName];
    }

    /**
     * AppExceptionがエクステンションを読み込んでいるかどうか調べる
     *
     * エクステンションを読み込んでいれば、インスタンス生成時のローカルスコープの変数情報を取得する事ができる
     *
     * @api
     * @return bool エクステンションを読み込んでいれば真、そうでなければ偽
     */
    public static function isExtension()
    {
        return is_subclass_of('\SKJ\AppException', '_AppException');
    }

    /**
     * 現在の例外クラス名を取得
     *
     * @api
     * @return string クラス名
     */
    public function getClass()
    {
        return get_class($this);
    }

    /**
     * 例外生成時の例外メソッド名を取得
     *
     * ※これは当然コンストラクタになる(getFile()、getLine()などに合わせて存在)
     *
     * @api
     * @return string 関数(メソッド)名
     */
    public function getFunction()
    {
        return get_class($this).'::__construct';
    }

    /**
     * 通常の例外をAppException例外に変換する
     *
     * @internal
     * @param \Exception $exception 変換する通常例外
     * @return \SKJ\AppException 変換後のAppException例外
     */
    protected function convertToAppException(Exception $exception)
    {
        if (get_class($exception) != 'SKJ\AppException' and
            !is_subclass_of($exception, 'SKJ\AppException')) {

            // 本来のdebug_backtrace()の戻り値とは違ってobjectエントリがないので注意
            $debugBackTrace = $exception->getTrace();

            // __construct突入時のバックトレース情報が無いはずので追加
            array_unshift(
                $debugBackTrace,
                [
                    'file' => $exception->getFile(),
                    'line' => $exception->getLine(),
                    'function' => '__construct',
                    'class' => 'Exception',
                    // 本来はコンストラクタが実際に実装されているクラスで、コンストラクタがオーバーライドされてると違ってくるはず
                    'object' => $exception, // 現時点ではいらないが念の為
                    'type' => '->',
                    'args' => [
                        $exception->getMessage(),
                        $exception->getCode(),
                        $exception->getPrevious(),
                    ],
                ]
            );

            // AppExceptionに変換
            $exception = (new AppException(
                $exception->getMessage(),
                $exception->getCode(),
                $exception->getPrevious()
            ))->setFile(
                $exception->getFile()
            )->setLine(
                $exception->getLine()
            )->setOriginalException(
                $exception
            )->forge(
                $debugBackTrace
            );
        }

        /** @var \SKJ\AppException $exception */
        return $exception;
    }

    /**
     * 現在のコールキュー情報を取得する
     *
     * @api
     * @return array コールキュー情報
     */
    public function getCallQueue()
    {
        return is_null($this->getForgedCallQueue()) ?
            $this->getOriginalCallQueue() : $this->getForgedCallQueue();
    }

    /**
     * 例外生成時のコールキュー情報を取得する
     *
     * forge()により処理されていないオリジナルのバックトレース情報を取得する
     *
     * @internal
     * @return array コールキュー情報
     */
    private function getOriginalCallQueue()
    {
        return $this->callQueue;
    }

    /**
     * forge()により変更されたコールキュー情報を取得する
     *
     * @internal
     * @return array|null コールキュー情報、変更されていないのならnull
     */
    private function getForgedCallQueue()
    {
        return $this->forgedCallQueue;
    }

    /**
     * 例外生成場所を変更
     *
     * 例外生成場所をこのメソッドが呼ばれた場所に擬似的に変更する
     *
     * 引数に他のApp例外のコールキュー情報を渡せば、そのApp例外の発生場所と同じにできる
     *
     * @api
     * @param array|null $callQueue self::getCallQueue()で得られるコールキュー情報
     * @return self 自分自身を返す
     */
    public function forge(array $callQueue = null)
    {
        if (is_null($callQueue)) {

            $this->forgedCallQueue = array_reverse(debug_backtrace());

        } else {

            $this->forgedCallQueue = $callQueue;
        }

        return $this;
    }

    /**
     * この例外の生成場所が現在のコンテキストに含まれるか調べる
     *
     * ここで意味するコンテキストは当メソッドをコールした箇所の変数のスコープとほぼ同じ範囲だが、include、reuqire、include_once、require_onceでの飛び先は含まないので注意
     *
     * @api
     * @param array|null $debugBackTrace 例外生成時のコールキュー情報と比較する為のコールスタック情報、通常は指定してはいけない
     * @return bool 含まれているのなら真、そうでないのなら偽
     */
    public function wasCreatedInCurrentContext(array $debugBackTrace = null)
    {
        // メソッド呼び出し時のコールキュー情報
        $tmpCallQueue = array_reverse(
            is_null($debugBackTrace) ? debug_backtrace() : $debugBackTrace
        );

        // 例外生成(本インスタンスのnew)時のコールキュー情報
        $occCallQueue = $this->getCallQueue();

        // 実行開始時からのコールキューを辿る…
        for ($i = 0; $i < count($tmpCallQueue); ++$i) {

            if (!array_key_exists($i, $occCallQueue)) {

                return false;
            }

            // メソッド呼び出し時のコールキュー情報
            $callerFile = array_key_exists('file', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['file'] : null;
            $callerLine = array_key_exists('line', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['line'] : null;
            $callerFunction = array_key_exists('function', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['function'] : null;
            $callerClass = array_key_exists('class', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['class'] : null;

            // 例外生成(本インスタンスのnew)時のコールキュー情報
            $occFile = array_key_exists('file', $occCallQueue[$i]) ?
                $occCallQueue[$i]['file'] : null;
            $occLine = array_key_exists('line', $occCallQueue[$i]) ?
                $occCallQueue[$i]['line'] : null;
            $occFunction = array_key_exists('function', $occCallQueue[$i]) ?
                $occCallQueue[$i]['function'] : null;
            $occClass = array_key_exists('class', $occCallQueue[$i]) ?
                $occCallQueue[$i]['class'] : null;

            // 比較しているコールキュー情報が枝分かれしたか?
            if (!($callerFile === $occFile and $callerLine === $occLine and
                $callerFunction === $occFunction and
                $callerClass === $occClass)) {

                // 最後のコールキューで枝分かれするのはOK(newが同一コンテキストに存在)
                if (($i + 1) === count($tmpCallQueue) and
                    ($i + 1) === count($occCallQueue) and
                    $callerFile === $occFile) {

                    return true;
                }

                return false;
            }
        }

        return false;
    }

    /**
     * 現在のコンテキストに対応したコールキュー情報の要素を取得
     *
     * このメソッドを呼び出したコンテキストに対応するコールキュー情報の要素を取得する
     *
     * <var>$entry</var>が指定された場合は、要素から該当部分の情報のみを返す
     *
     * @internal
     * @param string $entry 取得したいエントリ名(file|line|function|class|type|args)
     * @return mixed|false コールキュー情報の要素、もしくはその要素中のエントリ名の情報、取得失敗時に偽
     */
    protected function getCallQueueElementForCurrentContext($entry = null)
    {
        // メソッド呼び出し時のコールキュー情報
        $tmpCallQueue = array_reverse(debug_backtrace());
        array_pop($tmpCallQueue); // 念の為

        // 例外生成(本インスタンスのnew)時のコールキュー情報
        $occCallQueue = $this->getCallQueue();

        // 実行開始時からのコールキューを辿る…
        for ($i = 0; $i < count($tmpCallQueue); ++$i) {

            if (!array_key_exists($i, $occCallQueue)) {

                return false;
            }

            // メソッド呼び出し時のコールキュー情報
            $callerFile = array_key_exists('file', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['file'] : null;
            $callerLine = array_key_exists('line', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['line'] : null;
            $callerFunction = array_key_exists('function', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['function'] : null;
            $callerClass = array_key_exists('class', $tmpCallQueue[$i]) ?
                $tmpCallQueue[$i]['class'] : null;

            // 例外生成(本インスタンスのnew)時のコールキュー情報
            $occFile = array_key_exists('file', $occCallQueue[$i]) ?
                $occCallQueue[$i]['file'] : null;
            $occLine = array_key_exists('line', $occCallQueue[$i]) ?
                $occCallQueue[$i]['line'] : null;
            $occFunction = array_key_exists('function', $occCallQueue[$i]) ?
                $occCallQueue[$i]['function'] : null;
            $occClass = array_key_exists('class', $occCallQueue[$i]) ?
                $occCallQueue[$i]['class'] : null;

            // 比較しているコールキュー情報が枝分かれしたか?
            if (!($callerFile === $occFile and $callerLine === $occLine and
                $callerFunction === $occFunction and
                $callerClass === $occClass)) {

                if (($i + 1) === count($tmpCallQueue)) { // 呼び出し側は末尾

                    if (is_null($entry)) {

                        return $occCallQueue[$i];

                    } elseif (array_key_exists($entry, $occCallQueue[$i])) {

                        return $occCallQueue[$i][$entry];

                    }
                }

                return false;
            }
        }

        return false;
    }

    /**
     * 同一ファイルでの例外発生行を取得
     *
     * 現在の(このメソッドを呼び出した)コンテキストから見て、どの行で発生した例外か調べる
     *
     * @api
     * @return int|bool 例外発生行、もしくは取得失敗時に偽
     */
    public function getLineInCurrentContext()
    {
        return $this->getCallQueueElementForCurrentContext('line');
    }

    /**
     * 同一ファイルでの例外発生関数名を取得
     *
     * 現在の(このメソッドを呼び出した)コンテキストから見て、どの関数、メソッド呼び出しで発生した例外か調べる
     *
     * @api
     * @return string|bool 例外発生関数名、もしくは取得失敗時に偽
     */
    public function getFunctionInCurrentContext()
    {
        if ($this->getCallQueueElementForCurrentContext('function') !==
            false) {

            if ($this->getCallQueueElementForCurrentContext('class') !==
                false) {

                return $this->getCallQueueElementForCurrentContext('class').
                    '::'.
                    $this->getCallQueueElementForCurrentContext('function');

            } else {

                return $this->getCallQueueElementForCurrentContext(
                    'function'
                );
            }
        }

        return false;
    }

    /**
     * 同一ファイルでの例外発生関数の引数を取得
     *
     * 現在の(このメソッドを呼び出した)コンテキストから見て、この例外が発生した関数、メソッドの引数を取得する
     *
     * @api
     * @return array|bool 例外発生関数の引数、もしくは取得失敗時に偽
     */
    public function getFuncArgsInCurrentContext()
    {
        return $this->getCallQueueElementForCurrentContext('args');
    }

    /**
     * 例外の発生源を識別する情報を設定
     *
     * 例外の発生源を識別する情報(バリデーションエラーならばカラム名など)を設定する機能だが、特に必要なければ使用しなくとも良い
     *
     * @api
     * @param string|array $fields,... 例外の発生源(複数なら配列や引数を増やす)を識別する情報
     * @return self 自分自身を返す
     */
    public function setFields(...$fields)
    {
        $this->fields = [];

        foreach ($fields as $field) {

            if (is_array($field)) {

                foreach ($field as $entry) {

                    $this->fields[] = (string)$entry;
                }

            } else {

                $this->fields[] = (string)$field;
            }
        }

        return $this;
    }

    /**
     * 例外の発生源を識別する情報を取得
     *
     * 例外の発生源を識別する情報(バリデーションエラーならばカラム名など)を取得する機能だが、特に必要なければ使用しなくとも良い
     *
     * @api
     * @return array 例外の発生源を識別する情報が格納された配列
     */
    public function getFields()
    {
        return $this->fields;
    }

    /**
     * 例外メッセージを設定
     *
     * @api
     * @param string $message 例外メッセージ
     * @return self 自分自身を返す
     */
    public function setMessage($message)
    {
        $this->message = (string)$message;

        return $this;
    }

    /**
     * 例外コードを設定
     *
     * int型以外が渡されると既定の例外コードが設定される
     *
     * @api
     * @param int $code 例外コード
     * @return self 自分自身を返す
     */
    public function setCode($code)
    {
        if (!is_int($code)) {

            $this->code = $this->defCode;

        } else {

            $this->code = $code;
        }

        return $this;
    }

    /**
     * 例外が発生したファイルを設定
     *
     * @api
     * @param string $file 例外が発生したファイル
     * @return self 自分自身を返す
     */
    public function setFile($file)
    {
        $this->file = (string)$file;

        return $this;
    }

    /**
     * 例外が発生した行を設定
     *
     * @api
     * @param int $line 例外が発生した行
     * @return self 自分自身を返す
     */
    public function setLine($line)
    {
        $this->line = (int)$line;

        return $this;
    }

    /**
     * 状態コードを設定
     *
     * 例外コードとは別に補助的に使用できるコードとして自由に利用して下さい
     *
     * @api
     * @param mixed $statusCode 状態コード
     * @return self 自分自身を返す
     */
    public function setStatusCode($statusCode)
    {
        $this->statusCode = $statusCode;

        return $this;
    }

    /**
     * 状態コードを取得
     *
     * 例外コードとは別に補助的に使用できるコードとして自由に利用して下さい
     *
     * @api
     * @return mixed 状態コード
     */
    public function getStatusCode()
    {
        return $this->statusCode;
    }

    /**
     * AppExceptionに強制変換する前の例外を保存する
     *
     * @internal
     * @param \Exception $exception 強制変換される前の例外
     * @return self 自分自身を返す
     */
    public function setOriginalException(Exception $exception)
    {
        $this->originalException = $exception;

        return $this;
    }

    /**
     * AppExceptionに強制変換される前の例外を取得する
     *
     * @api
     * @return \Exception|null 強制変換される前の例外、未設定ならnull
     */
    public function getOriginalException()
    {
        return $this->originalException;
    }

    /**
     * AppExceptionに強制変換される前の例外クラス名を取得する
     *
     * @api
     * @return string|null 強制変換される前の例外クラス名、未設定ならnull
     */
    public function getOriginalClassName()
    {
        if (is_null($this->getOriginalException())) {

            return null;
        }

        return get_class($this->getOriginalException());
    }

    /**
     * イテレータとして動作時に\SKJ\AppException\Logic\ContainerExceptionをスキップする
     *
     * @api
     * @return self 自分自身を返す
     */
    public function enableSkipContainer()
    {
        $this->skipContainer = true;

        return $this;
    }

    /**
     * イテレータとして動作時に\SKJ\AppException\Logic\ContainerExceptionをスキップしない
     *
     * @api
     * @return self 自分自身を返す
     */
    public function disableSkipContainer()
    {
        $this->skipContainer = false;

        return $this;
    }

    /**
     * イテレータとして扱った時の並び順(発生順)を制御
     *
     * @api
     * @param int $order 並び順
     * @return self 自分自身を返す
     * @uses self::SORT_ORDER_ASC 昇順でソート時に<var>$order</var>に指定
     * @uses self::SORT_ORDER_DESC 降順でソート時に<var>$order</var>に指定
     */
    public function setSortOrder($order = self::SORT_ORDER_DESC)
    {
        switch ($order) {

            case self::SORT_ORDER_ASC:
            case self::SORT_ORDER_DESC:

                $this->iteratorSortOrder = $order;
                break;

            default:

                $this->iteratorSortOrder = self::SORT_ORDER_DESC;
        }

        return $this;
    }

    /**
     * イテレータとして扱った時に抽出するクラス設定を初期化
     *
     * @api
     * @return self 自分自身を返す
     */
    public function resetFilter()
    {
        $this->iteratorTargetArray = null;

        return $this;
    }

    /**
     * イテレータとして扱った時に抽出するクラスを設定
     *
     * @api
     * @param string|null $className 抽出対象となるクラス名、null時は現インスタンスと同一のクラスのみ対象とする
     * @return self 自分自身を返す
     */
    public function setFilter($className = null)
    {
        $this->iteratorTargetArray = [];

        for ($e = $this; $e !== null; $e = $e->getPrevious()) {

            // \SKJ\AppException\Logic\ContainerExceptionは抽出しない!!
            if ($this->skipContainer and $e instanceof ContainerException) {

                continue;
            }

            if (get_class($e) === $className) {

                $this->iteratorTargetArray[] = $e;

            } elseif (is_null($className) and
                get_class($e) === get_class($this)) {

                $this->iteratorTargetArray[] = $e;
            }
        }

        return $this;
    }

    /**
     * 外部イテレータを返す
     *
     * @internal
     * @return \Traversable 外部イテレータ
     */
    public function getIterator()
    {
        if (is_null($this->iteratorTargetArray)) {

            for ($e = $this; $e !== null; $e = $e->getPrevious()) {

                // \SKJ\AppException\Logic\ContainerExceptionは抽出しない!!
                if ($this->skipContainer and
                    $e instanceof ContainerException) {

                    continue;
                }

                $this->iteratorTargetArray[] = $e;
            }
        }

        if ($this->iteratorSortOrder === self::SORT_ORDER_ASC) {

            return new ArrayIterator(
                array_reverse($this->iteratorTargetArray)
            );

        } else {

            return new ArrayIterator($this->iteratorTargetArray);
        }
    }

    /**
     * 連結された例外のリストをログとして返す
     *
     * ログフォーマットは"[クラス名] -> ファイル名(発生行) [例外コード]例外メッセージ\n 文字列化されたスタックトレース"となる
     *
     * @api
     * @return array ログメッセージが格納された配列
     */
    public function getExceptionLog()
    {
        $result = [];

        $this->resetFilter();

        foreach ($this as $e) {

            /** @var \Exception $e */
            $class = get_class($e);
            $file = $e->getFile().'('.$e->getLine().')';
            $message = '['.$e->getCode().']'.$e->getMessage();
            $traces = $e->getTraceAsString();

            $result[] = "[{$class}] -> {$file} {$message}\n{$traces}";
        }

        return $result;
    }

    /**
     * 例外再構築処理
     *
     * 現在の例外が第1引数に指定された条件(例外コード)に当てはまるのならば、現在の例外を基に新規例外を作成する
     *
     * なお、新規例外には現在の例外を連結して返す
     *
     * 第1引数仕様 - 例外再構成情報配列
     *
     * <code>
     * [
     *     (int)対象の例外コード => [
     *         (int|null)設定する例外コード(null指定時は元の値から変更しない),
     *         (string|null)新規作成するAppException系例外クラス名(null指定時は元のクラスから変更しない),
     *         (string|null)設定する例外メッセージ(null指定時は元の値から変更しない)
     *     ] | (int)設定する例外コード | (\SKJ\AppExceptionInterface)置き換えるAppException系例外,...
     * ]
     * </code>
     *
     * @api
     * @param array $replacement 例外再構成情報配列
     * @return self|\SKJ\AppExceptionInterface|\SKJ\AppException\Logic\ContainerException <var>$replacement</var>に該当する例外コードのキーがあれば、そのエントリで指定されたAppException系例外、もし該当する例外コードが無い場合は、renew()の呼び出し元と同一コンテキストで生成された例外であれば自分自身をそのまま返し、そうでなければ\SKJ\AppException\Logic\ContainerExceptionクラスのインスタンスを返す
     */
    public function renew(array $replacement)
    {
        $callQueue = array_reverse(debug_backtrace());

        foreach ($replacement as $code => $info) {

            if ($this->getCode() === $code) {

                $class = get_class($this);
                $message = $this->getMessage();
                $code = $this->getCode();
                $statusCode = $this->getStatusCode();
                $fields = $this->getFields();

                if (is_array($info)) {

                    // コード
                    if (array_key_exists(0, $info) and
                        !is_null($info[0]) and is_numeric($info[0])) {

                        $code = (int)$info[0];
                    }

                    // クラス名
                    if (array_key_exists(1, $info) and !is_null($info[1]) and
                        class_exists($info[1]) and (is_subclass_of(
                            $info[1],
                            '\SKJ\AppExceptionInterface'
                        ))) {

                        $class = $info[1];
                    }

                    // メッセージ
                    if (array_key_exists(2, $info) and
                        !is_null($info[2]) and is_scalar($info[2])) {

                        $message = (string)$info[2];
                    }

                } elseif (is_int($info)) {

                    $code = $info;

                } elseif ($info instanceof AppExceptionInterface) {

                    return $info->forge($callQueue);

                } else {

                    return $this;
                }

                /**
                 * @var \SKJ\AppExceptionInterface $exception
                 */
                $exception = new $class($message, $code, $this);

                // しつこいが念の為
                if ($exception instanceof AppExceptionInterface) {

                    /** @var \SKJ\AppExceptionInterface $exception */
                    $exception->forge($callQueue);
                    $exception->setFields($fields);
                    if ($statusCode !== $this->defCode) {

                        $exception->setStatusCode($statusCode);
                    }
                    // 例外によっては独自拡張がなされ、これ以外の情報を持っている事もありえるので注意!!
                }

                return $exception;
            }
        }

        // 同一コンテキストで発生した例外はそのまま放流
        if ($this->wasCreatedInCurrentContext(debug_backtrace())) {

            return $this;
        }

        /**
         * トレイトゆえ、$thisの型が不明なので検査に引っかかる!!
         *
         * @noinspection PhpParamsInspection
         */
        return (new ContainerException(null, null, $this))->forge($callQueue);
    }
}
API documentation generated by ApiGen