Package net.minecraft

Class CrashReport

java.lang.Object
net.minecraft.CrashReport

public class CrashReport extends Object
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • 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
  • Constructor Details

    • CrashReport

      public CrashReport(String p_127509_, Throwable p_127510_)
  • Method Details

    • getTitle

      public String getTitle()
    • getException

      public Throwable getException()
    • getDetails

      public String getDetails()
    • getDetails

      public void getDetails(StringBuilder p_127520_)
    • getExceptionMessage

      public String getExceptionMessage()
    • getFriendlyReport

      public String getFriendlyReport()
    • getSaveFile

      public File getSaveFile()
    • saveToFile

      public boolean saveToFile(File p_127513_)
    • getSystemReport

      public SystemReport getSystemReport()
    • addCategory

      public CrashReportCategory addCategory(String p_127515_)
    • addCategory

      public CrashReportCategory addCategory(String p_127517_, int p_127518_)
    • getErrorComment

      private static String getErrorComment()
    • forThrowable

      public static CrashReport forThrowable(Throwable p_127522_, String p_127523_)
    • preload

      public static void preload()