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