Package net.minecraftforge.fml.util
Class LoaderExceptionModCrash
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraftforge.fml.util.EnhancedRuntimeException
net.minecraftforge.fml.util.LoaderException
net.minecraftforge.fml.util.LoaderExceptionModCrash
- All Implemented Interfaces:
 Serializable
Prevent LoaderException from adding its own stack trace to the wrapped throwable's stack trace.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.fml.util.EnhancedRuntimeException
EnhancedRuntimeException.WrappedPrintStream - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraftforge.fml.util.LoaderException
printStackTraceMethods inherited from class net.minecraftforge.fml.util.EnhancedRuntimeException
getMessage, printStackTrace, printStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
serialVersionUID
private static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
LoaderExceptionModCrash
 
 - 
 - 
Method Details
- 
fillInStackTrace
- Overrides:
 fillInStackTracein classThrowable
 
 -