Zivid  1.0.1+3607.8a7510c4
Zivid API
Public Member Functions | Protected Member Functions | List of all members
Zivid::Exception Class Reference

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

#include <Exception.h>

Inheritance diagram for Zivid::Exception:
Zivid::ArgumentException Zivid::IOException Zivid::LogicException Zivid::RuntimeException

Public Member Functions

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

Protected Member Functions

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

Detailed Description

A common base class for all Zivid exceptions.

Constructor & Destructor Documentation

◆ Exception()

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

Constructor

Member Function Documentation

◆ what()

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

Get the message for the exception


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