 |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Go to the documentation of this file.
66 std::
string m_message;
70 class ArgumentException : public Exception
78 class IOException :
public Exception
86 class LogicException :
public Exception
107 # if __has_include("Zivid/InternalExceptions.h")
109 # include "Zivid/InternalExceptions.h"
ZIVID_API_EXPORT std::string toString(const std::exception &exception)
Get string representation of the exception
#define ZIVID_API_EXPORT_NON_WIN32
Definition: APIExport.h:61
An exception that is thrown when an unpredictable event caused an operation to fail.
Definition: Exception.h:133
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:52
A common base class for all Zivid exceptions.
Definition: Exception.h:94
#define ZIVID_API_EXPORT
Definition: APIExport.h:56