Uses of Enum Class
boofcv.io.serialize.SerializeFieldsYamlBase.ErrorType
-
Uses of SerializeFieldsYamlBase.ErrorType in boofcv.io.serialize
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SerializeFieldsYamlBase.ErrorType[]
SerializeFieldsYamlBase.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
SerializeFieldsYamlBase.HandleError.handle
(SerializeFieldsYamlBase.ErrorType type, String description, @Nullable RuntimeException e) Handle the error.