de.dante.extex.interpreter.observer.error
Interface ErrorObserver
- All Known Implementing Classes:
- ErrorObserverList
- public interface ErrorObserver
This interface describes the ability to receive a notification when an error
has been encountered.
- Version:
- $Revision: 1.2 $
- Author:
- Gerd Neugebauer
Method Summary |
void |
update(java.lang.Exception e)
This method is meant to be invoked when an error has been encountered. |
update
public void update(java.lang.Exception e)
- This method is meant to be invoked when an error has been encountered.
- Parameters:
e
- the exception describing the error condition