Package com.abovevacant.epitaph.core
Class MemoryError
java.lang.Object
com.abovevacant.epitaph.core.MemoryError
Information about a memory error.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumTool that detected the memory error.static enumType of memory error. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal HeapObjectHeap object involved in the error, if applicable.final MemoryError.ToolTool that detected the error.final MemoryError.TypeType of memory error. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tool
Tool that detected the error. -
type
Type of memory error. -
heap
Heap object involved in the error, if applicable.
-
-
Constructor Details
-
MemoryError
-