Package naga
Interface ExceptionObserver
-
public interface ExceptionObserverImplemented by observers of event exceptions.The notifyExceptionThrown will be called synchronously whn an exception is thrown.
- Author:
- Christoffer Lerno
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionObserverDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyExceptionThrown(java.lang.Throwable e)Notify the observer that an exception has been thrown.
-
-
-
Field Detail
-
DEFAULT
static final ExceptionObserver DEFAULT
-
-