模块  java.base
软件包  java.lang

Class 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