Package net.neoforged.fml
Class ModLoadingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.neoforged.fml.ModLoadingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
appendIssue
(ModLoadingIssue issue, StringBuilder result) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
issues
-
-
Constructor Details
-
ModLoadingException
-
ModLoadingException
-
-
Method Details
-
getIssues
-
getMessage
- Overrides:
getMessage
in classThrowable
-
appendIssue
-