public class ErrorLogger
extends java.lang.Object
| Constructor and Description |
|---|
ErrorLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearErrors() |
ArrayList |
errorLog() |
Error |
getError(int i) |
void |
recordError(Error error) |
int |
size() |