See: Description
| Interface | Description | 
|---|---|
| MessageRecorder | 
 Records warnings and errors during the processing of a task. 
 | 
| Class | Description | 
|---|---|
| AbstractRecorder | 
 Abstract implemention of the  
MessageRecorder interface. | 
| ListRecorder | 
 Implementation of  
MessageRecorder that records each message
 in a List. | 
| ListRecorder.Entry | 
 Entry is a Info, Warning or Error message. 
 | 
| LoggerRecorder | 
 Implementation of  
MessageRecorder that writes to a
 log4j logger. | 
| PrintStreamRecorder | 
 Implementation of  
MessageRecorder simply writes messages to
 PrintStreams. | 
| Enum | Description | 
|---|---|
| AbstractRecorder.MsgType | 
| Exception | Description | 
|---|---|
| RecorderException | 
 Exception thrown by  
MessageRecorder when too many errors
 have been reported. |