Class InvalidModFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.forgespi.locating.ModFileLoadingException
net.minecraftforge.fml.loading.moddiscovery.InvalidModFileException
- All Implemented Interfaces:
Serializable
public class InvalidModFileException
extends net.minecraftforge.forgespi.locating.ModFileLoadingException
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate final net.minecraftforge.forgespi.language.IModFileInfo
-
Constructor Summary
ConstructorDescriptionInvalidModFileException
(String message, net.minecraftforge.forgespi.language.IModFileInfo modFileInfo) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.forgespi.language.IModFileInfo
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
modFileInfo
private final net.minecraftforge.forgespi.language.IModFileInfo modFileInfo
-
-
Constructor Details
-
InvalidModFileException
public InvalidModFileException(String message, net.minecraftforge.forgespi.language.IModFileInfo modFileInfo)
-
-
Method Details
-
getBrokenFile
public net.minecraftforge.forgespi.language.IModFileInfo getBrokenFile()
-