Class ModLoadingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModList.UncaughtModLoadingException

public class ModLoadingException extends RuntimeException
General purpose mod loading error message
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • modInfo

      private final net.minecraftforge.forgespi.language.IModInfo modInfo
      Mod Info for mod with issue
    • errorStage

      private final ModLoadingStage errorStage
      The stage where this error was encountered
    • i18nMessage

      private final String i18nMessage
      I18N message to use for display
    • context

      private final List<Object> context
      Context for message display
  • Constructor Details

    • ModLoadingException

      public ModLoadingException(net.minecraftforge.forgespi.language.IModInfo modInfo, ModLoadingStage errorStage, String i18nMessage, Throwable originalException, Object... context)
  • Method Details