Zivid C++ API 2.11.1+de9b5dae-1
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.
 

Protected Member Functions

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

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: