程序包 net.minecraft

类 CrashReport

java.lang.Object
net.minecraft.CrashReport

public class CrashReport extends Object
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • DATE_TIME_FORMATTER

      private static final DateTimeFormatter DATE_TIME_FORMATTER
    • title

      private final String title
    • exception

      private final Throwable exception
    • details

      private final List<CrashReportCategory> details
    • saveFile

      private File saveFile
    • trackingStackTrace

      private boolean trackingStackTrace
    • uncategorizedStackTrace

      private StackTraceElement[] uncategorizedStackTrace
    • systemReport

      private final SystemReport systemReport
  • 构造器详细资料

  • 方法详细资料

    • getTitle

      public String getTitle()
    • getException

      public Throwable getException()
    • getDetails

      public String getDetails()
    • getDetails

      public void getDetails(StringBuilder pBuilder)
    • getExceptionMessage

      public String getExceptionMessage()
    • getFriendlyReport

      public String getFriendlyReport()
    • getSaveFile

      public File getSaveFile()
    • saveToFile

      public boolean saveToFile(File pToFile)
    • getSystemReport

      public SystemReport getSystemReport()
    • addCategory

      public CrashReportCategory addCategory(String pName)
    • addCategory

      public CrashReportCategory addCategory(String pCategoryName, int pStacktraceLength)
    • getErrorComment

      private static String getErrorComment()
    • forThrowable

      public static CrashReport forThrowable(Throwable pCause, String pDescription)
    • preload

      public static void preload()