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:
java.io.Serializable
- Enclosing class:
- ModList
private static class ModList.UncaughtModLoadingException extends ModLoadingException
-
-
Constructor Summary
Constructors Constructor Description UncaughtModLoadingException(ModLoadingStage stage, java.lang.Throwable originalException)
-
Method Summary
-
Methods inherited from class net.minecraftforge.fml.ModLoadingException
formatToString, fromEarlyException, getCleanMessage, getContext, getI18NMessage, getMessage, getModInfo
-
-
-
-
Constructor Detail
-
UncaughtModLoadingException
public UncaughtModLoadingException(ModLoadingStage stage, java.lang.Throwable originalException)
-
-