Options
All
  • Public
  • Public/Protected
  • All
Menu

Module ExceptionFactory

例外生成ファクトリ。 エンジン内部での例外生成に利用するもので、ゲーム開発者は通常本モジュールを利用する必要はない。

Index

Functions

createAssertionError

  • Parameters

    • message: string
    • Optional cause: any

    Returns AssertionError

createAssetLoadError

  • Parameters

    • message: string
    • Optional retriable: boolean
    • Optional type: AssetLoadErrorType
    • Optional cause: any

    Returns AssetLoadError

createTypeMismatchError

  • createTypeMismatchError(methodName: string, expected: any, actual?: any, cause?: any): TypeMismatchError
  • Parameters

    • methodName: string
    • expected: any
    • Optional actual: any
    • Optional cause: any

    Returns TypeMismatchError

Generated using TypeDoc