Class AppLauncherException.ModuleConstructorNotFound

All Implemented Interfaces:
Serializable
Enclosing class:
AppLauncherException

public static class AppLauncherException.ModuleConstructorNotFound extends AppLauncherException
Exception indicates that module initialization just fail.
Since:
1.8.1
See Also:
  • Constructor Details

    • ModuleConstructorNotFound

      public ModuleConstructorNotFound(Class<?> moduleClass)
      Build a new instance.
      Parameters:
      moduleClass - The module class
      Since:
      1.8.1