|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.exceptions.report.data.AbstractExceptionCodesReport de.smartics.exceptions.report.data.InMemoryExceptionCodesReport
public class InMemoryExceptionCodesReport
Stores all information in memory.
Constructor Summary | |
---|---|
InMemoryExceptionCodesReport() Default constructor. |
Method Summary | |
---|---|
void |
add(ExceptionCodeReportItem item) Adds the given code information as an item to the report. |
List<ExceptionCodeReportItem> |
getItems() Returns the list of report items. |
boolean |
isEmpty() Checks if the report contains at least one item. |
Methods inherited from class de.smartics.exceptions.report.data.AbstractExceptionCodesReport |
---|
addProblem, getProblems, hasProblems, register |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface de.smartics.exceptions.report.data.ExceptionCodesReport |
---|
addProblem, getProblems, hasProblems |
Constructor Detail |
---|
public InMemoryExceptionCodesReport()
Method Detail |
---|
public List<ExceptionCodeReportItem> getItems()
StoredExceptionCodesReport
getItems
in interface
StoredExceptionCodesReport
public boolean isEmpty()
ExceptionCodesReport
isEmpty
in interface
ExceptionCodesReport
true
if the report contains at least one item,
false
otherwise.
public void add(ExceptionCodeReportItem item) throws ReportException
AbstractExceptionCodesReport
Registers a report item to manage the alias mapping and check for uniqueness constraint violations.
add
in interface
ExceptionCodesReport
add
in class
AbstractExceptionCodesReport
item
- the report item on the code to add.
de.smartics.properties.report.data.PropertyReport#handle(de.smartics.properties.report.data.PropertyReportItem)
ReportException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |