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

Thrown when the connection state produces an Exception. More...

#include <Exception.h>

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

Public Member Functions

 ConnectionStateException ()
 Initializes a new instance of the ConnectionStateException class. More...
 
 ConnectionStateException (const std::string &messagge)
 Initializes a new instance of the ConnectionStateException 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 the connection state produces an Exception.

Constructor & Destructor Documentation

◆ ConnectionStateException() [1/2]

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

Initializes a new instance of the ConnectionStateException class.

◆ ConnectionStateException() [2/2]

OpenTestSystem::Otx::Runtime::Api::Exceptions::ConnectionStateException::ConnectionStateException ( const std::string &  messagge)

Initializes a new instance of the ConnectionStateException class.

Parameters
messageThe error message that explains the reason for the Exception.

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