Class Cause

java.lang.Object
com.abovevacant.epitaph.core.Cause

public final class Cause extends Object
A cause of the crash.
  • Field Details

    • humanReadable

      public final String humanReadable
      Human-readable description of the cause.
    • memoryError

      public final MemoryError memoryError
      Memory error details, if this cause is a memory error.
  • Constructor Details