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
FieldsModifier and TypeFieldDescriptionprivate final net.minecraftforge.forgespi.language.IModFileInfoprivate static final long - 
Constructor Summary
ConstructorsConstructorDescriptionInvalidModFileException(String message, net.minecraftforge.forgespi.language.IModFileInfo modFileInfo)  - 
Method Summary
Modifier and TypeMethodDescriptionnet.minecraftforge.forgespi.language.IModFileInfoMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
serialVersionUID
private static final long serialVersionUID- See Also:
 
 - 
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() 
 -