Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Classes | Macros | Functions
exception.h File Reference
#include <face_sdk_base/export.h>
#include <exception>
#include <string>

Go to the source code of this file.

Classes

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

Macros

#define FACE_SDK_RETHROW_ROOT(x)   try{ x; } catch (const face_sdk::exception &exp ) { rethrow_root_exception(exp); }
 

Functions

bool FACE_SDK_EXPORT face_sdk::is_root_exception_of_type (const std::type_info &tp, const face_sdk::exception &e)