Package net.neoforged.fml
Class ModLoader.DependentFutureFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.neoforged.fml.ModLoader.DependentFutureFailedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ModLoader
Exception that is fired when a mod loading future cannot be executed because a dependent future failed.
It is only used for control flow and easy filtering out, but never logged or propagated further.
-
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
-
DependentFutureFailedException
private DependentFutureFailedException()
-