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

クラスLayerInstantiationException

すべての実装されたインタフェース:
Serializable

public class LayerInstantiationException extends RuntimeException
「モジュール層」の作成に失敗したときにスローされます。
導入されたバージョン:
9
関連項目:
  • コンストラクタの詳細

    • 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にすることができます