Package net.minecraftforge.fml
Class ModList.UncaughtModLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.ModLoadingException
net.minecraftforge.fml.ModList.UncaughtModLoadingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ModList
-
Constructor Summary
ConstructorDescriptionUncaughtModLoadingException
(ModLoadingStage stage, Throwable originalException) -
Method Summary
Methods inherited from class net.minecraftforge.fml.ModLoadingException
formatToString, fromEarlyException, getCleanMessage, getContext, getI18NMessage, getMessage, getModInfo
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncaughtModLoadingException
-