net.minecraft.util.crash

public class CrashReport

d
net.minecraft.class_128
net.minecraft.util.crash.CrashReport
net.minecraft.crash.CrashReport
net.minecraft.crash.CrashReport

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_1091
LOGGER
field_147150_a
LOGGER
private final String
b
field_1087
description
field_71513_a
description
private final Throwable
c
field_1093
exception
field_71511_b
cause
private final CrashReportCategory
d
field_1092
systemDetails
field_85061_c
systemDetailsCategory
private final List<CrashReportCategory>
e
field_1089
details
field_71512_c
crashReportSections
private File
f
field_1090
file
field_71510_d
crashReportFile
private boolean
g
field_1086
hasStackTrace
field_85059_f
firstCategoryInCrashReport
private StackTraceElement[]
h
field_1088
stackTrace
field_85060_g
stacktrace

Constructor summary

ModifierConstructor
public (String description, Throwable exception)

Method summary

Modifier and TypeMethod
private void
h()
method_559()
fillSystemDetails()
func_71504_g()
populateEnvironment()
public String
a()
method_561()
getDescription()
func_71501_a()
getDescription()
public Throwable
b()
method_564()
getException()
func_71505_b()
getCrashCause()
public void
a(StringBuilder arg0)
method_555(StringBuilder arg0)
addDetails(StringBuilder sb)
func_71506_a(StringBuilder arg0)
getSectionsInStringBuilder(StringBuilder builder)
public String
d()
method_557()
getExceptionMessage()
func_71498_d()
getCauseStackTraceOrString()
public String
e()
method_568()
build()
func_71502_e()
getCompleteReport()
public boolean
a(File arg0)
method_569(File arg0)
writeToFile(File file)
func_147149_a(File arg0)
saveToFile(File toFile)
public CrashReportCategory
g()
method_567()
getSystemDetails()
func_85056_g()
getCategory()
public CrashReportCategory
a(String arg0)
method_562(String arg0)
addCategory(String title)
func_85058_a(String arg0)
makeCategory(String name)
public CrashReportCategory
a(String arg0, int arg1)
method_556(String arg0, int arg1)
addCategory(String title, int ignoredStackTraceCallCount)
func_85057_a(String arg0, int arg1)
makeCategoryDepth(String categoryName, int stacktraceLength)
private static String
i()
method_573()
getWittyComment()
func_71503_h()
getWittyComment()
public static CrashReport
a(Throwable arg0, String arg1)
method_560(Throwable arg0, String arg1)
of(Throwable exception, String title)
func_85055_a(Throwable arg0, String arg1)
makeCrashReport(Throwable causeIn, String descriptionIn)
public File
f()
method_572()
getFile()
func_71497_f()
getFile()