net.minecraft

public class CrashReport

h
net.minecraft.CrashReport
net.minecraft.class_128
net.minecraft.unmapped.C_bkefkbum
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
f_lawtdocb
LOGGER
field_147150_a
private final String
b
title
field_1087
f_etxqzxzb
message
field_71513_a
private final Throwable
c
exception
field_1093
f_fnkjqeyg
cause
field_71511_b
private final CrashReportCategory
d
systemDetails
field_1092
f_jzjnskmk
systemDetailsSection
field_85061_c
private final List<CrashReportCategory>
e
details
field_1089
f_qhfmwyjq
otherSections
field_71512_c
private File
f
saveFile
field_1090
f_rbwpjysf
file
field_71510_d
private boolean
g
trackingStackTrace
field_1086
f_scnjloyc
hasStackTrace
field_85059_f
private StackTraceElement[]
h
uncategorizedStackTrace
field_1088
f_zbeysynr
stackTrace
field_85060_g

Constructor summary

ModifierConstructor
public (String message, Throwable arg1)

Method summary

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