Visioscan Set SDK Libraries 1.3.5
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
MethodNotSupportedException Class Reference

An exception used when sensor's method is not supported. More...

#include <MethodNotSupportedException.h>

Inheritance diagram for MethodNotSupportedException:

Public Member Functions

 MethodNotSupportedException (const char *message, const char *translateCode)
 Copy constructor.
 
 MethodNotSupportedException (const string &message, string translateCode)
 Copy constructor.
 
virtual ~MethodNotSupportedException () noexcept
 Destructor.
 
virtual const char * what () const noexcept
 Overload of message retrie.
 

Protected Attributes

string _msg
 
string _code = ""
 

Detailed Description

An exception used when sensor's method is not supported.

Constructor & Destructor Documentation

◆ MethodNotSupportedException() [1/2]

MethodNotSupportedException::MethodNotSupportedException ( const char * message,
const char * translateCode )
inlineexplicit

Copy constructor.

Parameters
messageA message pointer to a char

◆ MethodNotSupportedException() [2/2]

MethodNotSupportedException::MethodNotSupportedException ( const string & message,
string translateCode )
inlineexplicit

Copy constructor.

Parameters
messageA message string

◆ ~MethodNotSupportedException()

virtual MethodNotSupportedException::~MethodNotSupportedException ( )
inlinevirtualnoexcept

Destructor.

Returns

Member Function Documentation

◆ what()

virtual const char * MethodNotSupportedException::what ( ) const
inlinevirtualnoexcept

Overload of message retrie.

Returns
A pointer to a char representing the message

Member Data Documentation

◆ _code

string MethodNotSupportedException::_code = ""
protected

◆ _msg

string MethodNotSupportedException::_msg
protected

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