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
-
Constructor Summary
ConstructorDescriptionLoaderException
(String message) LoaderException
(String message, Throwable cause) LoaderException
(Throwable wrapped) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Methods inherited from class net.minecraftforge.fml.util.EnhancedRuntimeException
getMessage, printStackTrace, printStackTrace
Methods 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:
printStackTrace
in classEnhancedRuntimeException
-