QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
Tools::IndexOutOfBoundsException Class Reference

#include <Tools.h>

Inheritance diagram for Tools::IndexOutOfBoundsException:
Tools::Exception

Public Member Functions

 IndexOutOfBoundsException (size_t i)
 
virtual std::string what ()
 
virtual ~IndexOutOfBoundsException ()
 
- Public Member Functions inherited from Tools::Exception
virtual ~Exception ()
 

Private Attributes

std::string m_error
 

Constructor & Destructor Documentation

◆ IndexOutOfBoundsException()

Tools::IndexOutOfBoundsException::IndexOutOfBoundsException ( size_t i)

◆ ~IndexOutOfBoundsException()

virtual Tools::IndexOutOfBoundsException::~IndexOutOfBoundsException ( )
inlinevirtual

Member Function Documentation

◆ what()

virtual std::string Tools::IndexOutOfBoundsException::what ( )
virtual

Implements Tools::Exception.

Member Data Documentation

◆ m_error

std::string Tools::IndexOutOfBoundsException::m_error
private

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