Uses of Enum Class
boofcv.io.serialize.SerializeFieldsYamlBase.ErrorType
Packages that use SerializeFieldsYamlBase.ErrorType
-
Uses of SerializeFieldsYamlBase.ErrorType in boofcv.io.serialize
Methods in boofcv.io.serialize that return SerializeFieldsYamlBase.ErrorTypeModifier 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.Methods in boofcv.io.serialize with parameters of type SerializeFieldsYamlBase.ErrorTypeModifier and TypeMethodDescriptionvoid
SerializeFieldsYamlBase.HandleError.handle
(SerializeFieldsYamlBase.ErrorType type, String description, @Nullable RuntimeException e) Handle the error.