DCS_SDK  2.0.0
TCP/IP control library for Ai DCS-100E and DCS-103E
Public Member Functions | List of all members
AdvancedIllumination::DeviceWarning Class Reference

An exception representing a warning message from the device. More...

#include <DCS100.h>

Inheritance diagram for AdvancedIllumination::DeviceWarning:

Public Member Functions

virtual const char * what () const noexcept
 Gets the exception message. More...
 
 DeviceWarning (const std::string msg)
 Constructor. More...
 
virtual ~DeviceWarning () noexcept
 Destructor. More...
 

Detailed Description

An exception representing a warning message from the device.


Constructor & Destructor Documentation

◆ DeviceWarning()

AdvancedIllumination::DeviceWarning::DeviceWarning ( const std::string  msg)

Constructor.

Creates an exception with the given message.

Parameters
msgThe message.

◆ ~DeviceWarning()

AdvancedIllumination::DeviceWarning::~DeviceWarning ( )
virtualnoexcept

Destructor.


Member Function Documentation

◆ what()

const char * AdvancedIllumination::DeviceWarning::what ( ) const
virtualnoexcept

Gets the exception message.


Returns
Null if it fails, else a pointer to a const char (C-string).

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