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

Base class of Exceptions of Api. More...

#include <Exception.h>

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

Public Member Functions

 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

Base class of Exceptions of Api.

Constructor & Destructor Documentation

◆ Exception() [1/2]

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

Initializes a new instance of Exception class.

◆ Exception() [2/2]

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

Initializes a new instance of Exception class.

Parameters
messageError message that explains the reason for the Exception.

◆ ~Exception()

virtual OpenTestSystem::Otx::Runtime::Api::Exceptions::Exception::~Exception ( )
virtual

Cleans up all resources.


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