类 ModLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.ModLoadingException
- 所有已实现的接口:
Serializable
General purpose mod loading error message
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明Context for message displayprivate final ModLoadingStage
The stage where this error was encounteredprivate final String
I18N message to use for displayprivate final net.minecraftforge.forgespi.language.IModInfo
Mod Info for mod with issueprivate static final long
-
构造器概要
构造器构造器说明ModLoadingException
(net.minecraftforge.forgespi.language.IModInfo modInfo, ModLoadingStage errorStage, String i18nMessage, Throwable originalException, Object... context) -
方法概要
修饰符和类型方法说明(专用程序包) static Stream
<ModLoadingException> Object[]
net.minecraftforge.forgespi.language.IModInfo
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
modInfo
private final net.minecraftforge.forgespi.language.IModInfo modInfoMod Info for mod with issue -
errorStage
The stage where this error was encountered -
i18nMessage
I18N message to use for display -
context
Context for message display
-
-
构造器详细资料
-
ModLoadingException
public ModLoadingException(net.minecraftforge.forgespi.language.IModInfo modInfo, ModLoadingStage errorStage, String i18nMessage, Throwable originalException, Object... context)
-
-
方法详细资料
-
fromEarlyException
-
getI18NMessage
-
getContext
-
formatToString
-
getMessage
- 覆盖:
getMessage
在类中Throwable
-
getModInfo
public net.minecraftforge.forgespi.language.IModInfo getModInfo() -
getCleanMessage
-