Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Public Member Functions | Protected Member Functions | List of all members
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_CORE_EXPORT const char * what () const noexcept override
 Get the message for the exception More...
 

Protected Member Functions

ZIVID_CORE_EXPORT Exception (const std::string &message)
 Constructor More...
 

Detailed Description

A common base class for all Zivid exceptions.

Constructor & Destructor Documentation

◆ Exception()

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

Constructor

Member Function Documentation

◆ what()

ZIVID_CORE_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: