public interface OnExceptionThrown
An interface designed to listen for exceptions and fire an event when an exception is thrown.
- See Also:
-
-
Method Summary 
void
Listens for a thrown exception or a thrown error.
-
Method Details 
-
onExceptionThrown 
Listens for a thrown exception or a thrown error.
- Parameters:
e
- the exception or the error that is throwable.