Package net.minecraft
Class CrashReport
java.lang.Object
net.minecraft.CrashReport
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DateTimeFormatterprivate final List<CrashReportCategory> private final Throwableprivate static final org.slf4j.Loggerprivate Fileprivate final SystemReportprivate final Stringprivate booleanprivate StackTraceElement[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategory(String p_127515_) addCategory(String p_127517_, int p_127518_) static CrashReportforThrowable(Throwable p_127522_, String p_127523_) voidgetDetails(StringBuilder p_127520_) private static StringgetTitle()static voidpreload()booleansaveToFile(File p_127513_)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DATE_TIME_FORMATTER
-
title
-
exception
-
details
-
saveFile
-
trackingStackTrace
private boolean trackingStackTrace -
uncategorizedStackTrace
-
systemReport
-
-
Constructor Details
-
CrashReport
-
-
Method Details
-
getTitle
-
getException
-
getDetails
-
getDetails
-
getExceptionMessage
-
getFriendlyReport
-
getSaveFile
-
saveToFile
-
getSystemReport
-
addCategory
-
addCategory
-
getErrorComment
-
forThrowable
-
preload
public static void preload()
-