lio.core.errormanagement
Interface LiOErrorLog
- All Known Implementing Classes: 
 - LiOJTextAreaErrorLog, LiOPrintStreamErrorLog
 
public interface LiOErrorLog
This interface is used to manage exception an error messages, each implementation
 must show this message in the proper way in a window system or in command line
| 
Method Summary | 
 void | 
addMessage(java.lang.String message)
 
          Adds a new message | 
 
addMessage
void addMessage(java.lang.String message)
- Adds a new message
- Parameters:
 message - message to be shown