Package net.minecraftforge.fml.common
Class LoaderExceptionModCrash
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.minecraftforge.fml.common.EnhancedRuntimeException
-
- net.minecraftforge.fml.common.LoaderException
-
- net.minecraftforge.fml.common.LoaderExceptionModCrash
-
- All Implemented Interfaces:
java.io.Serializable
public class LoaderExceptionModCrash extends LoaderException
Prevent LoaderException from adding its own stack trace to the wrapped throwable's stack trace.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.fml.common.EnhancedRuntimeException
EnhancedRuntimeException.WrappedPrintStream
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LoaderExceptionModCrash(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-
Methods inherited from class net.minecraftforge.fml.common.LoaderException
printStackTrace
-
Methods inherited from class net.minecraftforge.fml.common.EnhancedRuntimeException
getMessage, printStackTrace, printStackTrace
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-