Class LayerInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.LayerInstantiationException
- All Implemented Interfaces:
- Serializable
Thrown when creating a module layer fails.
- Since:
- 9
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs aLayerInstantiationExceptionwith no detail message.Constructs aLayerInstantiationExceptionwith the given detail message.LayerInstantiationException(String msg, Throwable cause) Constructs aLayerInstantiationExceptionwith the given detail message and cause.Constructs aLayerInstantiationExceptionwith the given cause.
- 
Method SummaryMethods declared in class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LayerInstantiationExceptionpublic LayerInstantiationException()Constructs aLayerInstantiationExceptionwith no detail message.
- 
LayerInstantiationExceptionConstructs aLayerInstantiationExceptionwith the given detail message.- Parameters:
- msg- The detail message; can be- null
 
- 
LayerInstantiationExceptionConstructs aLayerInstantiationExceptionwith the given cause.- Parameters:
- cause- The cause; can be- null
 
- 
LayerInstantiationException
 
-