OTX-Runtime for C++  
OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidDataTypeException Class Reference

Thrown when converting non-otx api datatype into a string More...

#include <Exception.h>

Inheritance diagram for OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidDataTypeException:
Inheritance graph

Public Member Functions

 InvalidDataTypeException ()
 Initializes a new instance of the InvalidDataTypeException class. More...
 
 InvalidDataTypeException (const std::string &message)
 Initializes a new instance of the InvalidDataTypeException class. More...
 
- Public Member Functions inherited from OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception
 Exception ()
 Initializes a new instance of Exception class. More...
 
 Exception (const std::string &message)
 Initializes a new instance of Exception class. More...
 
virtual ~Exception ()
 Cleans up all resources. More...
 

Detailed Description

Thrown when converting non-otx api datatype into a string

Constructor & Destructor Documentation

◆ InvalidDataTypeException() [1/2]

OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidDataTypeException::InvalidDataTypeException ( )

Initializes a new instance of the InvalidDataTypeException class.

◆ InvalidDataTypeException() [2/2]

OpenTestSystem::Otx::Runtime::Api::Exceptions::InvalidDataTypeException::InvalidDataTypeException ( const std::string &  message)

Initializes a new instance of the InvalidDataTypeException class.

Parameters
messageError message that explains the reason for the Exception.

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