Zivid C++ API 2.14.0+e4a0c4a9-1
Zivid::Exception Class Reference

A common base class for all Zivid exceptions. More...

#include <Zivid/Exception.h>

Inheritance diagram for Zivid::Exception:

Public Member Functions

ZIVID_UTILS_EXPORT const char * what () const noexcept override
 Get the message for the exception.
 

Protected Member Functions

ZIVID_UTILS_EXPORT Exception (const std::string &message)
 Constructor.
 

Detailed Description

A common base class for all Zivid exceptions.

Constructor & Destructor Documentation

◆ Exception()

ZIVID_UTILS_EXPORT Zivid::Exception::Exception ( const std::string & message)
explicitprotected

Constructor.

Member Function Documentation

◆ what()

ZIVID_UTILS_EXPORT const char * Zivid::Exception::what ( ) const
overridenoexcept

Get the message for the exception.


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