Package net.minecraftforge.fml.util
Class LoaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.util.EnhancedRuntimeException
net.minecraftforge.fml.util.LoaderException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 LoaderExceptionModCrash
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fml.util.EnhancedRuntimeException
EnhancedRuntimeException.WrappedPrintStream - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionLoaderException(String message) LoaderException(String message, Throwable cause) LoaderException(Throwable wrapped)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidMethods inherited from class net.minecraftforge.fml.util.EnhancedRuntimeException
getMessage, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
serialVersionUID
private static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
LoaderException
 - 
LoaderException
public LoaderException() - 
LoaderException
 - 
LoaderException
 
 - 
 - 
Method Details
- 
printStackTrace
- Specified by:
 printStackTracein classEnhancedRuntimeException
 
 -