DiagnosticBag
Overview
DiagnosticBag is a class in Aspose.Cells FOSS for Java.
Represents a bag of diagnostic entries.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
entries | List<DiagnosticEntry> | Read | Gets the read-only list of diagnostic entries. |
Methods
| Signature | Description |
|---|---|
getEntries() → List<DiagnosticEntry> | Gets the read-only list of diagnostic entries. |
add(entry: DiagnosticEntry) | Adds a diagnostic entry to the bag. |