クラスLayerInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.LayerInstantiationException
- すべての実装されたインタフェース:
- Serializable
public class LayerInstantiationException extends RuntimeException
「モジュール層」の作成時にスローに失敗します。
- 導入されたバージョン:
- 9
- 関連項目:
- 
コンストラクタのサマリーコンストラクタコンストラクタ説明詳細メッセージを持たないLayerInstantiationExceptionを構築します。指定された詳細メッセージを持つLayerInstantiationExceptionを構築します。LayerInstantiationException(String msg, Throwable cause) 指定された詳細メッセージと原因でLayerInstantiationExceptionを構築します。指定された原因でLayerInstantiationExceptionを構築します。
- 
メソッドのサマリークラスjava.lang.Throwableで宣言されたメソッドaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
コンストラクタの詳細- 
LayerInstantiationExceptionpublic LayerInstantiationException()詳細メッセージを持たないLayerInstantiationExceptionを構築します。
- 
LayerInstantiationExceptionpublic LayerInstantiationException(String msg) 指定された詳細メッセージを持つLayerInstantiationExceptionを構築します。- パラメータ:
- msg- 詳細メッセージ。することができます- null
 
- 
LayerInstantiationExceptionpublic LayerInstantiationException(Throwable cause) 指定された原因でLayerInstantiationExceptionを構築します。- パラメータ:
- cause- 原因;- nullにすることができます
 
- 
LayerInstantiationException
 
-