Package net.minecraft
Class CrashReport
java.lang.Object
net.minecraft.CrashReport
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final DateTimeFormatter
private final List<CrashReportCategory>
private final Throwable
private static final org.slf4j.Logger
private File
private final SystemReport
private final String
private boolean
private StackTraceElement[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddCategory
(String p_127515_) addCategory
(String p_127517_, int p_127518_) static CrashReport
forThrowable
(Throwable p_127522_, String p_127523_) void
getDetails
(StringBuilder p_127520_) private static String
getTitle()
static void
preload()
boolean
saveToFile
(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()
-