net.minecraft.util.crash

public class CrashReport

b
net.minecraft.unmapped.C_95807626
net.minecraft.util.crash.CrashReport
net.minecraft.crash.CrashReport

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
f_30495120
LOGGER
field_147150_a
private final String
b
f_02058304
description
field_71513_a
private final Throwable
c
f_55253361
exception
field_71511_b
private final CrashReportCategory
d
f_77757756
systemDetails
field_85061_c
private final List<CrashReportCategory>
e
f_44732512
details
field_71512_c
private File
f
f_33661222
file
field_71510_d
private boolean
g
f_36784279
hasStackTrace
field_85059_f
private StackTraceElement[]
h
f_01322503
stackTrace
field_85060_g

Constructor summary

ModifierConstructor
public (String description, Throwable exception)

Method summary

Modifier and TypeMethod
private void
h()
m_03175564()
fillSystemDetails()
func_71504_g()
public String
a()
m_08449316()
getDescription()
func_71501_a()
public Throwable
b()
m_85844861()
getException()
func_71505_b()
public void
a(StringBuilder arg0)
m_91061771(StringBuilder arg0)
addDetails(StringBuilder sb)
func_71506_a(StringBuilder arg0)
public String
d()
m_22384225()
getExceptionMessage()
func_71498_d()
public String
e()
m_03091931()
build()
func_71502_e()
public boolean
a(File arg0)
m_28079904(File arg0)
writeToFile(File file)
func_147149_a(File arg0)
public CrashReportCategory
g()
m_31767604()
getSystemDetails()
func_85056_g()
public CrashReportCategory
a(String arg0)
m_56707617(String arg0)
addCategory(String title)
func_85058_a(String arg0)
public CrashReportCategory
a(String arg0, int arg1)
m_07719240(String arg0, int arg1)
addCategory(String title, int ignoredStackTraceCallCount)
func_85057_a(String arg0, int arg1)
private static String
i()
m_85021835()
getWittyComment()
func_71503_h()
public static CrashReport
a(Throwable arg0, String arg1)
m_88527793(Throwable arg0, String arg1)
of(Throwable exception, String title)
func_85055_a(Throwable arg0, String arg1)
public File
f()
m_93031897()
getFile()
func_71497_f()