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 Modifier and Type Field Description static ExceptionObserver
DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyExceptionThrown(java.lang.Throwable e)
Notify the observer that an exception has been thrown.
-
-
-
Field Detail
-
DEFAULT
static final ExceptionObserver DEFAULT
-
-