Class AppLauncherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.AppLauncherException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppLauncherException.AlreadyRunning, AppLauncherException.ModuleConstructorNotFound, AppLauncherException.ModuleInitFailure

public class AppLauncherException extends RuntimeException
All exceptions thrown by the app launcher are subclasses of AppLauncherException.
Since:
1.0.0
See Also:
  • Constructor Details

    • AppLauncherException

      protected AppLauncherException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
      Since:
      1.0.0
    • AppLauncherException

      protected AppLauncherException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause
      Since:
      1.0.0