模块 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