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

Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector, or to a map) is out of range. More...

#include <Exception.h>

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

Public Member Functions

 OutOfBoundsException ()
 Initializes a new instance of the OutOfBoundsException class. More...
 
 OutOfBoundsException (const std::string &message)
 Initializes a new instance of the OutOfBoundsException 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 to indicate that an index of some sort (such as to an array, to a string, or to a vector, or to a map) is out of range.

Constructor & Destructor Documentation

◆ OutOfBoundsException() [1/2]

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

Initializes a new instance of the OutOfBoundsException class.

◆ OutOfBoundsException() [2/2]

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

Initializes a new instance of the OutOfBoundsException class.

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

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