net.minecraft.util.crash

public class CrashReport

b
net.minecraft.class_1
net.minecraft.util.crash.CrashReport
net.minecraft.crash.CrashReport

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_7610
LOGGER
logger
private final String
b
field_1
description
description
private final Throwable
c
field_2
exception
cause
private final CrashReportCategory
d
field_4933
systemDetails
theReportCategory
private final List<CrashReportCategory>
e
field_4934
details
crashReportSections
private File
f
field_4
file
crashReportFile
private boolean
g
field_4935
hasStackTrace
firstCategoryInCrashReport
private StackTraceElement[]
h
field_4936
stackTrace
stacktrace

Constructor summary

ModifierConstructor
public (String description, Throwable exception)

Method summary

Modifier and TypeMethod
private void
h()
method_12()
fillSystemDetails()
populateEnvironment()
public String
a()
method_1()
getDescription()
getDescription()
public Throwable
b()
method_7()
getException()
getCrashCause()
public void
a(StringBuilder arg0)
method_6(StringBuilder arg0)
addDetails(StringBuilder sb)
getSectionsInStringBuilder(StringBuilder builder)
public String
d()
method_9()
getExceptionMessage()
getCauseStackTraceOrString()
public String
e()
method_10()
build()
getCompleteReport()
public boolean
a(File arg0)
method_5008(File arg0)
writeToFile(File file)
saveToFile(File toFile)
public CrashReportCategory
g()
method_4085()
getSystemDetails()
getCategory()
public CrashReportCategory
a(String arg0)
method_4082(String arg0)
addCategory(String title)
makeCategory(String name)
public CrashReportCategory
a(String arg0, int arg1)
method_6613(String arg0, int arg1)
addCategory(String title, int ignoredStackTraceCallCount)
makeCategoryDepth(String categoryName, int stacktraceLength)
private static String
i()
method_13()
getWittyComment()
getWittyComment()
public static CrashReport
a(Throwable arg0, String arg1)
method_4084(Throwable arg0, String arg1)
of(Throwable exception, String title)
makeCrashReport(Throwable causeIn, String descriptionIn)
public File
f()
method_11()
getFile()
getFile()