Interface ExceptionHandler.UncaughtExceptionHandler
- Enclosing class:
ExceptionHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for handlers invoked when a runtime exception is thrown from
a Java callback called from native code.
-
Method Summary
Modifier and TypeMethodDescriptionvoiduncaughtException(Throwable throwable, String source) Method invoked for runtime exceptions thrown from Java callbacks.
-
Method Details
-
uncaughtException
-