lacam.interfaces
Interface ErrorQeueListener
- All Known Implementing Classes:
- ErrorDispatcher
- public interface ErrorQeueListener
If this interface is implemented a class can be added
to the ErrorQeue
of the system, which will forward all
thrown exceptions or errors to this class.
- Author:
- Dimitrij Zub
Method Summary |
void |
errorPut(java.lang.Throwable t)
Defines what to do, if the ErrorQeue catches and
forwards an error or exception. |
errorPut
public void errorPut(java.lang.Throwable t)
- Defines what to do, if the
ErrorQeue
catches and
forwards an error or exception.