程序包 net.minecraft
类 CrashReport
java.lang.Object
net.minecraft.CrashReport
-
字段概要
字段修饰符和类型字段说明private static final DateTimeFormatter
private final List<CrashReportCategory>
private final Throwable
private static final org.slf4j.Logger
private File
private final SystemReport
private final String
private boolean
private StackTraceElement[]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addCategory
(String pName) addCategory
(String pCategoryName, int pStacktraceLength) static CrashReport
forThrowable
(Throwable pCause, String pDescription) void
getDetails
(StringBuilder pBuilder) private static String
getTitle()
static void
preload()
boolean
saveToFile
(File pToFile)
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
DATE_TIME_FORMATTER
-
title
-
exception
-
details
-
saveFile
-
trackingStackTrace
private boolean trackingStackTrace -
uncategorizedStackTrace
-
systemReport
-
-
构造器详细资料
-
CrashReport
-
-
方法详细资料
-
getTitle
-
getException
-
getDetails
-
getDetails
-
getExceptionMessage
-
getFriendlyReport
-
getSaveFile
-
saveToFile
-
getSystemReport
-
addCategory
-
addCategory
-
getErrorComment
-
forThrowable
-
preload
public static void preload()
-