public interface ErrorLogger
| Modifier and Type | Interface and Description |
|---|---|
static class |
ErrorLogger.ErrorObject
An object model representing useful information about an Error
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ErrorLogger.ErrorObject> |
getErrors()
Getter for the error messages
|
int |
getNumberOfErrors()
Getter for the number of errors
|
int getNumberOfErrors()
java.util.List<ErrorLogger.ErrorObject> getErrors()