Package com.ribs
Interface RibsEventQueue.RibsExceptionHandler
- All Known Implementing Classes:
- ExceptionReporter
- Enclosing class:
- RibsEventQueue
public static interface RibsEventQueue.RibsExceptionHandler
An interface for an exception handler.
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when an exception is uncaught by anything below dispatch event.
- 
Method Details- 
handleExceptionCalled when an exception is uncaught by anything below dispatch event.
 
-