net.minecraft

public class CrashReport

h
net.minecraft.CrashReport
net.minecraft.class_128
net.minecraft.util.crash.CrashReport
net.minecraft.crash.CrashReport
net.minecraft.server.v1_15_R1.CrashReport

Field summary

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

Constructor summary

ModifierConstructor
public (String message, Throwable arg1)

Method summary

Modifier and TypeMethod
private void
i()
initDetails()
method_559()
fillSystemDetails()
func_71504_g()
public String
a()
getTitle()
method_561()
getMessage()
func_71501_a()
public Throwable
b()
getException()
method_564()
getCause()
func_71505_b()
public void
a(StringBuilder arg0)
getDetails(StringBuilder arg0)
method_555(StringBuilder arg0)
addStackTrace(StringBuilder arg0)
func_71506_a(StringBuilder arg0)
public String
d()
getExceptionMessage()
method_557()
getCauseAsString()
func_71498_d()
public String
e()
getFriendlyReport()
method_568()
asString()
func_71502_e()
public boolean
a(File arg0)
saveToFile(File arg0)
method_569(File arg0)
writeToFile(File arg0)
func_147149_a(File arg0)
public CrashReportCategory
g()
getSystemDetails()
method_567()
getSystemDetailsSection()
func_85056_g()
public CrashReportCategory
a(String arg0)
addCategory(String arg0)
method_562(String arg0)
addElement(String name)
func_85058_a(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)
func_85057_a(String arg0, int arg1)
private static String
j()
getErrorComment()
method_573()
generateWittyComment()
func_71503_h()
public static CrashReport
a(Throwable arg0, String arg1)
forThrowable(Throwable arg0, String arg1)
method_560(Throwable arg0, String arg1)
create(Throwable cause, String title)
func_85055_a(Throwable arg0, String arg1)
public static void
h()
preload()
method_24305()
func_230188_h_()
public File
f()
getSaveFile()
method_572()
getFile()
func_71497_f()