类 CrashReportExtender.ModLoadingCrashException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.neoforged.neoforge.logging.CrashReportExtender.ModLoadingCrashException
- 所有已实现的接口:
Serializable
- 封闭类:
CrashReportExtender
Dummy exception used as the 'root' exception in mod
loading crash reports, which has no stack trace.
The stacktrace is very likely to be constant (since its only invoked by the sided mod loader classes), so their stacktrace is irrelevant for debugging and only serve to distract the reader from the actual exceptions further down in the crash report.
-
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造器详细资料
-
ModLoadingCrashException
-
-
方法详细资料
-
fillInStackTrace
- 覆盖:
fillInStackTrace
在类中Throwable
-