モジュール java.base
パッケージ java.lang

クラスLayerInstantiationException

    • コンストラクタの詳細

      • LayerInstantiationException

        public LayerInstantiationException​()
        詳細メッセージを持たないLayerInstantiationExceptionを構築します。
      • LayerInstantiationException

        public LayerInstantiationException​(String msg)
        指定された詳細メッセージを持つLayerInstantiationExceptionを構築します。
        パラメータ:
        msg - 詳細メッセージ。することができますnull
      • LayerInstantiationException

        public LayerInstantiationException​(Throwable cause)
        指定された原因でLayerInstantiationExceptionを構築します。
        パラメータ:
        cause - 原因; nullにすることができます
      • LayerInstantiationException

        public LayerInstantiationException​(String msg,
                                           Throwable cause)
        指定された詳細メッセージと原因でLayerInstantiationExceptionを構築します。
        パラメータ:
        msg - 詳細メッセージ。することができますnull
        cause - 原因; nullにすることができます