Package boofcv.io.serialize
Interface SerializeFieldsYamlBase.HandleError
- Enclosing class:
- SerializeFieldsYamlBase
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(SerializeFieldsYamlBase.ErrorType type, String description, @Nullable RuntimeException e) Handle the error.
-
Method Details
-
handle
void handle(SerializeFieldsYamlBase.ErrorType type, String description, @Nullable @Nullable RuntimeException e) Handle the error. If no exception is thrown it will continue processing- Parameters:
e
- The exception which caused the error. Null if there was no exception
-