|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExceptionCodesReport
Reports on exception codes.
Method Summary | |
---|---|
void |
add(ExceptionCodeReportItem code) Adds the given code information as an item to the report. |
void |
addProblem(ReportProblem problem) Reports a problem encountered while analyzing for report items. |
List<ReportProblem> |
getProblems() Returns the list of problems encountered while parsing sources and fetching report information. |
boolean |
hasProblems() Checks if there are reported problems. |
boolean |
isEmpty() Checks if the report contains at least one item. |
Method Detail |
---|
void add(ExceptionCodeReportItem code) throws NullPointerException
code
- the report item on the code to add.
NullPointerException
- if
code
is
null
.
void addProblem(ReportProblem problem) throws NullPointerException
problem
- a description to the problem encountered.
NullPointerException
- if
problem
is
null
.
boolean hasProblems()
true
if at least one report problem is reported,
false
if there are none.
List<ReportProblem> getProblems()
boolean isEmpty()
true
if the report contains at least one item,
false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |