Package dev.voidframework.core.exception
Class AppLauncherException.ModuleInitFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.AppLauncherException
dev.voidframework.core.exception.AppLauncherException.ModuleInitFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AppLauncherException
Exception indicates that module initialization just fail.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.AppLauncherException
AppLauncherException.AlreadyRunning, AppLauncherException.ModuleInitFailure -
Constructor Summary
ConstructorsConstructorDescriptionModuleInitFailure(Class<?> moduleClass, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleInitFailure
Build a new instance.- Parameters:
moduleClass- The module classcause- The cause
-