net.minecraft

public class CrashReport

o
net.minecraft.CrashReport
net.minecraft.class_128
net.minecraft.util.crash.CrashReport
net.minecraft.CrashReport

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_1091
LOGGER
private static final DateTimeFormatter
b
DATE_TIME_FORMATTER
field_39880
DATE_TIME_FORMATTER
private final String
c
title
field_1087
message
private final Throwable
d
exception
field_1093
cause
private final List<CrashReportCategory>
e
details
field_1089
otherSections
private Path
f
saveFile
field_1090
file
private boolean
g
trackingStackTrace
field_1086
hasStackTrace
private StackTraceElement[]
h
uncategorizedStackTrace
field_1088
stackTrace
private final SystemReport
i
systemReport
field_1092
systemDetailsSection

Constructor summary

ModifierConstructor
public (String message, Throwable cause)

Method summary

Modifier and TypeMethod
public String
a()
getTitle()
method_561()
getMessage()
public Throwable
b()
getException()
method_564()
getCause()
public String
c()
getDetails()
method_36147()
getStackTrace()
public void
a(StringBuilder arg0)
getDetails(StringBuilder arg0)
method_555(StringBuilder arg0)
addDetails(StringBuilder crashReportBuilder)
public String
d()
getExceptionMessage()
method_557()
getCauseAsString()
public String
a(y arg0, List<String> arg1)
getFriendlyReport(ReportType arg0, List<String> arg1)
method_60921(class_9813 arg0, List<String> arg1)
asString(ReportType type, List<String> extraInfo)
public String
a(y arg0)
getFriendlyReport(ReportType arg0)
method_60920(class_9813 arg0)
asString(ReportType type)
public Path
e()
getSaveFile()
method_572()
getFile()
public boolean
a(Path arg0, y arg1, List<String> arg2)
saveToFile(Path arg0, ReportType arg1, List<String> arg2)
method_569(Path arg0, class_9813 arg1, List<String> arg2)
writeToFile(Path path, ReportType type, List<String> extraInfo)
public boolean
a(Path arg0, y arg1)
saveToFile(Path arg0, ReportType arg1)
method_60919(Path arg0, class_9813 arg1)
writeToFile(Path path, ReportType type)
public SystemReport
f()
getSystemReport()
method_567()
getSystemDetailsSection()
public CrashReportCategory
a(String arg0)
addCategory(String arg0)
method_562(String arg0)
addElement(String name)
public CrashReportCategory
a(String arg0, int arg1)
addCategory(String arg0, int arg1)
method_556(String arg0, int arg1)
addElement(String name, int ignoredStackTraceCallCount)
public static CrashReport
a(Throwable arg0, String arg1)
forThrowable(Throwable arg0, String arg1)
method_560(Throwable arg0, String arg1)
create(Throwable cause, String title)
public static void
g()
preload()
method_24305()
initCrashReport()