net.minecraft.util.crash

public class CrashReport

h
net.minecraft.CrashReport
net.minecraft.class_128
net.minecraft.util.crash.CrashReport
net.minecraft.unmapped.C_bkefkbum
net.minecraft.crash.CrashReport
net.minecraft.crash.CrashReport

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
LOGGER
field_1091
LOGGER
f_lawtdocb
field_147150_a
LOGGER
private final String
b
title
field_1087
message
f_etxqzxzb
field_71513_a
description
private final Throwable
c
exception
field_1093
cause
f_fnkjqeyg
field_71511_b
cause
private final CrashReportSection
d
systemDetails
field_1092
systemDetailsSection
f_jzjnskmk
field_85061_c
systemDetailsCategory
private final List<CrashReportSection>
e
details
field_1089
otherSections
f_qhfmwyjq
field_71512_c
crashReportSections
private File
f
saveFile
field_1090
file
f_rbwpjysf
field_71510_d
crashReportFile
private boolean
g
trackingStackTrace
field_1086
hasStackTrace
f_scnjloyc
field_85059_f
firstCategoryInCrashReport
private StackTraceElement[]
h
uncategorizedStackTrace
field_1088
stackTrace
f_zbeysynr
field_85060_g
stacktrace

Constructor summary

ModifierConstructor
public (String message, Throwable arg1)

Method summary

Modifier and TypeMethod
private void
h()
initDetails()
method_559()
fillSystemDetails()
m_qnkaedop()
func_71504_g()
populateEnvironment()
public String
a()
getTitle()
method_561()
getMessage()
m_zwmlxyyp()
func_71501_a()
getDescription()
public Throwable
b()
getException()
method_564()
getCause()
m_qraaarvo()
func_71505_b()
getCrashCause()
public void
a(StringBuilder arg0)
getDetails(StringBuilder arg0)
method_555(StringBuilder arg0)
addStackTrace(StringBuilder arg0)
m_nsbcbwwb(StringBuilder arg0)
func_71506_a(StringBuilder arg0)
getSectionsInStringBuilder(StringBuilder builder)
public String
d()
getExceptionMessage()
method_557()
getCauseAsString()
m_zsbxkmsp()
func_71498_d()
getCauseStackTraceOrString()
public String
e()
getFriendlyReport()
method_568()
asString()
m_pboyeexm()
func_71502_e()
getCompleteReport()
public boolean
a(File arg0)
saveToFile(File arg0)
method_569(File arg0)
writeToFile(File arg0)
m_qbldmlge(File arg0)
func_147149_a(File arg0)
saveToFile(File toFile)
public CrashReportSection
g()
getSystemDetails()
method_567()
getSystemDetailsSection()
m_vtbccdet()
func_85056_g()
getCategory()
public CrashReportSection
a(String arg0)
addCategory(String arg0)
method_562(String arg0)
addElement(String name)
m_isfzodnf(String arg0)
func_85058_a(String arg0)
makeCategory(String name)
public CrashReportSection
a(String arg0, int arg1)
addCategory(String arg0, int arg1)
method_556(String arg0, int arg1)
addElement(String name, int ignoredStackTraceCallCount)
m_xxqecrpp(String arg0, int arg1)
func_85057_a(String arg0, int arg1)
makeCategoryDepth(String categoryName, int stacktraceLength)
private static String
i()
getErrorComment()
method_573()
generateWittyComment()
m_bpqgtnju()
func_71503_h()
getWittyComment()
public static CrashReport
a(Throwable arg0, String arg1)
forThrowable(Throwable arg0, String arg1)
method_560(Throwable arg0, String arg1)
create(Throwable cause, String title)
m_joozvlby(Throwable arg0, String arg1)
func_85055_a(Throwable arg0, String arg1)
makeCrashReport(Throwable causeIn, String descriptionIn)
public File
f()
getSaveFile()
method_572()
getFile()
m_gsczrngp()
func_71497_f()
getFile()