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

Thrown when a file cannot be found. More...

#include <Exception.h>

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

Public Member Functions

 FileNotFoundException ()
 Initializes a new instance of the FileNotFoundException class. More...
 
 FileNotFoundException (const std::string &message)
 Initializes a new instance of the FileNotFoundException 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 a file cannot be found.

Constructor & Destructor Documentation

◆ FileNotFoundException() [1/2]

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

Initializes a new instance of the FileNotFoundException class.

◆ FileNotFoundException() [2/2]

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

Initializes a new instance of the FileNotFoundException class.

Parameters
messageError message that explains the reason for the Exception.

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