EDU.utwente.CoCompose.util
Interface ErrorReporter
- All Known Implementing Classes:
- MainFrame, ModelCanvas, ModelFrame
- public interface ErrorReporter
This interface introduces functionality for error reporting when exceptions
cannot be thrown.
- Version:
- 0.1.15, 20 October 2003
- Author:
- Dennis Wagelaar
reportError
public void reportError(CoComposeException error)
- Reports an error.
- Parameters:
error
- - the error to report
notify
public void notify(java.lang.Object sender)
- Accepts generic notification message.
- Parameters:
sender
- The message sender.