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 SummaryNested classes/interfaces inherited from class net.minecraftforge.fml.util.EnhancedRuntimeExceptionEnhancedRuntimeException.WrappedPrintStream
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraftforge.fml.util.LoaderExceptionprintStackTraceMethods inherited from class net.minecraftforge.fml.util.EnhancedRuntimeExceptiongetMessage, printStackTrace, printStackTraceMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
LoaderExceptionModCrash
 
- 
- 
Method Details- 
fillInStackTrace- Overrides:
- fillInStackTracein class- Throwable
 
 
-