Package net.neoforged.fml.startup
Class FatalStartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.neoforged.fml.startup.FatalStartupException
- All Implemented Interfaces:
Serializable
THis exceptions
Throwable.getMessage() will be shown to end-users directly in a fatal error popup.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFatalStartupException(String message, StartupArgs startupArgs) FatalStartupException(String message, StartupArgs startupArgs, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
startupArgs
-
-
Constructor Details
-
FatalStartupException
-
FatalStartupException
-
-
Method Details
-
getStartupArgs
-