Package net.minecraftforge.fml.loading
Class EarlyLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.loading.EarlyLoadingException
- All Implemented Interfaces:
Serializable
Thrown during early loading phase, and collected by the LoadingModList for handoff to the client
or server.
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEarlyLoadingException
(String message, Throwable originalException, List<EarlyLoadingException.ExceptionData> errorMessages) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorMessages
-
-
Constructor Details
-
EarlyLoadingException
public EarlyLoadingException(String message, Throwable originalException, List<EarlyLoadingException.ExceptionData> errorMessages)
-
-
Method Details
-
getAllData
-