Package naga
Interface ExceptionObserver
public interface ExceptionObserver
Implemented by observers of event exceptions.
The notifyExceptionThrown will be called synchronously whn an exception is thrown.
- Author:
- Christoffer Lerno
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Notify the observer that an exception has been thrown.
-
Field Details
-
DEFAULT
-
-
Method Details
-
notifyExceptionThrown
Notify the observer that an exception has been thrown.- Parameters:
e
- the exception that was thrown.
-