Zivid C++ API  1.8.1+6967bc1b-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:
Zivid::ArgumentException Zivid::IOException Zivid::LogicException Zivid::RuntimeException

Public Member Functions

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

Protected Member Functions

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

Detailed Description

A common base class for all Zivid exceptions.

Constructor & Destructor Documentation

◆ Exception()

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

Constructor

Member Function Documentation

◆ what()

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

Get the message for the exception


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