Package com.jme3.view.surfaceview
Interface OnExceptionThrown
public interface OnExceptionThrown
An interface designed to listen for exceptions and fire an event when an exception is thrown.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-