Interface ErrorHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used when the renderer encounters an error. While the error handler has
access to the
SceneContext, it itself is connected to the life
cycle of the application, and not bound to the current scene.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorHandlerDefault implementation that does nothing except logging the error. -
Method Summary
-
Field Details
-
DEFAULT
Default implementation that does nothing except logging the error.
-
-
Method Details
-
onError
-