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 SummaryNested classes/interfaces inherited from class net.minecraftforge.fml.util.EnhancedRuntimeExceptionEnhancedRuntimeException.WrappedPrintStream
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLoaderException(String message) LoaderException(String message, Throwable cause) LoaderException(Throwable wrapped) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidMethods inherited from class net.minecraftforge.fml.util.EnhancedRuntimeExceptiongetMessage, printStackTrace, printStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
LoaderException
- 
LoaderExceptionpublic LoaderException()
- 
LoaderException
- 
LoaderException
 
- 
- 
Method Details- 
printStackTrace- Specified by:
- printStackTracein class- EnhancedRuntimeException
 
 
-