Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class.
More...
#include <exception.h>
|
| exception (const std::string &message) |
|
std::string | type_name () const |
|
virtual const char * | what () const noexcept override |
|
|
std::string | _message |
|
std::string | _type_name |
|
Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class.
List of all exceptions:
- runtime_exception
- internal_error_exception
- out_of_range_exception
- invalid_parameter_exception
- file_exception
- file_not_found_exception
- bad_image_data_exception
- bad_image_format_exception
- signature_mismatch_exception
- incompatible_version_exception
- version_not_available_exception
- key_not_found_exception
- key_exists_exception
- data_container_corrupted_exception
- data_container_entries_limit_exceed_exception
- not_implemented_exception
- license_exception
- nvml_exception
- platofrm_not_supported_exception
- not_supported_exception
- upscale_too_much_exception
- Examples
- complex.cpp, deserialize.cpp, license.cpp, serialize.cpp, and tracker.cpp.
The documentation for this class was generated from the following file: