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

An exception that is thrown when attempting to do an operation that doesn't make sense in the current execution context. More...

#include <Exception.h>

Inheritance diagram for Zivid::LogicException:
Zivid::Exception

Public Member Functions

ZIVID_COMMON LogicException (const std::string &message)
 Constructor More...
 
- Public Member Functions inherited from Zivid::Exception
ZIVID_COMMON const char * what () const noexcept override
 Get the message for the exception More...
 

Additional Inherited Members

- Protected Member Functions inherited from Zivid::Exception
ZIVID_COMMON Exception (const std::string &message)
 Constructor More...
 

Detailed Description

An exception that is thrown when attempting to do an operation that doesn't make sense in the current execution context.

Constructor & Destructor Documentation

◆ LogicException()

ZIVID_COMMON Zivid::LogicException::LogicException ( const std::string &  message)
explicit

Constructor


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