Package com.abovevacant.epitaph.core
Class Cause
java.lang.Object
com.abovevacant.epitaph.core.Cause
A cause of the crash.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringHuman-readable description of the cause.final MemoryErrorMemory error details, if this cause is a memory error. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
humanReadable
Human-readable description of the cause. -
memoryError
Memory error details, if this cause is a memory error.
-
-
Constructor Details
-
Cause
-