Michele De Stefano's C++ Utilities
mds_utils::python::index_error Struct Reference

Exception used for detecting and raising IndexError Python exceptions. More...

#include <mds_utils/python/exception.hpp>

Inheritance diagram for mds_utils::python::index_error:

Public Member Functions

 index_error (const std::string &what_arg)
 Constructor. More...
 
 index_error (const char *what_arg)
 Constructor. More...
 

Detailed Description

Exception used for detecting and raising IndexError Python exceptions.

Author
Michele De Stefano
Date
03/07/2014

Definition at line 40 of file exception.hpp.

Constructor & Destructor Documentation

mds_utils::python::index_error::index_error ( const std::string &  what_arg)
inlineexplicit

Constructor.

Parameters
what_argDescriptive string of the error.
Author
Michele De Stefano
Date
03/07/2014

Definition at line 50 of file exception.hpp.

mds_utils::python::index_error::index_error ( const char *  what_arg)
inlineexplicit

Constructor.

Parameters
what_argDescriptive string of the error.
Author
Michele De Stefano
Date
03/07/2014

Definition at line 61 of file exception.hpp.


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