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

private static class ModLoader.DependentFutureFailedException extends RuntimeException
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 Details

    • DependentFutureFailedException

      private DependentFutureFailedException()