net.minecraft

public class CrashReport

q
net.minecraft.CrashReport
net.minecraft.class_128
net.minecraft.util.crash.CrashReport
net.minecraft.src.C_4883_
net.minecraft.CrashReport

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_1091
LOGGER
f_127499_
private final String
b
title
field_1087
message
f_127500_
private final Throwable
c
exception
field_1093
cause
f_127501_
private final List<CrashReportCategory>
d
details
field_1089
otherSections
f_127503_
private File
e
saveFile
field_1090
file
f_127504_
private boolean
f
trackingStackTrace
field_1086
hasStackTrace
f_127505_
private StackTraceElement[]
g
uncategorizedStackTrace
field_1088
stackTrace
f_127506_
private final SystemReport
h
systemReport
field_1092
systemDetailsSection
f_178624_

Constructor summary

ModifierConstructor
public (String message, Throwable cause)

Method summary

Modifier and TypeMethod
public String
a()
getTitle()
method_561()
getMessage()
m_127511_()
public Throwable
b()
getException()
method_564()
getCause()
m_127524_()
public String
c()
getDetails()
method_36147()
getStackTrace()
m_178625_()
public void
a(StringBuilder arg0)
getDetails(StringBuilder arg0)
method_555(StringBuilder arg0)
addStackTrace(StringBuilder crashReportBuilder)
m_127519_(StringBuilder arg0)
public String
d()
getExceptionMessage()
method_557()
getCauseAsString()
m_127525_()
public String
e()
getFriendlyReport()
method_568()
asString()
m_127526_()
public File
f()
getSaveFile()
method_572()
getFile()
m_127527_()
public boolean
a(File arg0)
saveToFile(File arg0)
method_569(File arg0)
writeToFile(File file)
m_127512_(File arg0)
public SystemReport
g()
getSystemReport()
method_567()
getSystemDetailsSection()
m_178626_()
public CrashReportCategory
a(String arg0)
addCategory(String arg0)
method_562(String arg0)
addElement(String name)
m_127514_(String arg0)
public CrashReportCategory
a(String arg0, int arg1)
addCategory(String arg0, int arg1)
method_556(String arg0, int arg1)
addElement(String name, int ignoredStackTraceCallCount)
m_127516_(String p_127518_, int arg1)
private static String
i()
getErrorComment()
method_573()
generateWittyComment()
m_127531_()
public static CrashReport
a(Throwable arg0, String arg1)
forThrowable(Throwable arg0, String arg1)
method_560(Throwable arg0, String arg1)
create(Throwable cause, String title)
m_127521_(Throwable p_127522_, String p_127523_)
public static void
h()
preload()
method_24305()
initCrashReport()
m_127529_()