net.minecraft.util.crash

public class CrashReport

b
net.minecraft.class_1
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_7610
LOGGER
field_147150_a
LOGGER
private final String
b
field_1
description
field_71513_a
description
private final Throwable
c
field_2
exception
field_71511_b
cause
private final CrashReportCategory
d
field_4933
systemDetails
field_85061_c
systemDetailsCategory
private final List<CrashReportCategory>
e
field_4934
details
field_71512_c
crashReportSections
private File
f
field_4
file
field_71510_d
crashReportFile
private boolean
g
field_4935
hasStackTrace
field_85059_f
firstCategoryInCrashReport
private StackTraceElement[]
h
field_4936
stackTrace
field_85060_g
stacktrace

Constructor summary

ModifierConstructor
public (String description, Throwable exception)

Method summary

Modifier and TypeMethod
private void
h()
method_12()
fillSystemDetails()
func_71504_g()
populateEnvironment()
public String
a()
method_1()
getDescription()
func_71501_a()
getDescription()
public Throwable
b()
method_7()
getException()
func_71505_b()
getCrashCause()
public void
a(StringBuilder arg0)
method_6(StringBuilder arg0)
addDetails(StringBuilder sb)
func_71506_a(StringBuilder arg0)
getSectionsInStringBuilder(StringBuilder builder)
public String
d()
method_9()
getExceptionMessage()
func_71498_d()
getCauseStackTraceOrString()
public String
e()
method_10()
build()
func_71502_e()
getCompleteReport()
public boolean
a(File arg0)
method_5008(File arg0)
writeToFile(File file)
func_147149_a(File arg0)
saveToFile(File toFile)
public CrashReportCategory
g()
method_4085()
getSystemDetails()
func_85056_g()
getCategory()
public CrashReportCategory
a(String arg0)
method_4082(String arg0)
addCategory(String title)
func_85058_a(String arg0)
makeCategory(String name)
public CrashReportCategory
a(String arg0, int arg1)
method_6613(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_13()
getWittyComment()
func_71503_h()
getWittyComment()
public static CrashReport
a(Throwable arg0, String arg1)
method_4084(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_11()
getFile()
func_71497_f()
getFile()