2#include <NDEVR/Exception.h>
3#include <NDEVR/Translator.h>
19 : Exception(_t(
"Time Format"), false)
31 : Exception(_t(
"Time Format"), message, false)
41 TranslatedString message = _td(
"invalid_time_position",
"Time string, \"[string]\" has invalid format at position [position]. Expected: [format_string]");
45 setMessage(_t(
"Time Validation"));
The core String View class for the NDEVR API.
The core String class for the NDEVR API.
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
TranslatedString & replace(const StringView &sub_string, const TranslatedString &replacement)
Replaces occurrences of a placeholder substring with a translated replacement.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Defines for a given type (such as sint04, fltp08, UUID, etc) a maximum, minimum, and reserved 'invali...