net.minecraft.util.crash

public class CrashReport

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

Field summary

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

Constructor summary

ModifierConstructor
public (String description, Throwable exception)

Method summary

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