|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.EngineStatus
public class EngineStatus
This class provides status information for an Engine of a main report. This includes errors which occurred during execution of the report. Errors occurred in sub reports will also be included in the list provided by this class.
| Method Summary | |
|---|---|
EngineError |
getError(int index)
Returns the EngineError at the given index. |
int |
getErrorCount()
Returns the number of errors in this status |
| Method Detail |
|---|
public int getErrorCount()
public EngineError getError(int index)
index - index of the EngineError to fetch
java.lang.IndexOutOfBoundsException - if index < 0 or index >= getErrorCount()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||