类 ModLoadingException

所有已实现的接口:
Serializable

public class ModLoadingException extends RuntimeException
General purpose mod loading error message
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • 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
  • 构造器详细资料

    • ModLoadingException

      public ModLoadingException(net.minecraftforge.forgespi.language.IModInfo modInfo, ModLoadingStage errorStage, String i18nMessage, Throwable originalException, Object... context)
  • 方法详细资料