Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Public Member Functions | Protected Attributes | List of all members
face_sdk::exception Class Reference

Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class. More...

#include <exception.h>

Inheritance diagram for face_sdk::exception:

Public Member Functions

 exception (const std::string &message)
 
std::string type_name () const
 
virtual const char * what () const noexcept override
 

Protected Attributes

std::string _message
 
std::string _type_name
 

Detailed Description

Base FaceSDK exception class. Almost all exceptions that FaceSDK throws are inherits this class.

List of all exceptions:

Examples
complex.cpp, deserialize.cpp, license.cpp, serialize.cpp, and tracker.cpp.

The documentation for this class was generated from the following file: