ValueError from C++ and have it make it back to Python.
More...
#include <Exceptions.h>
Public Member Functions | |
| ValueErrorException (const std::string i) | |
| ValueErrorException (const char *msg) | |
| std::string | message () const |
| ~ValueErrorException () throw () | |
ValueError from C++ and have it make it back to Python.
Definition at line 27 of file Exceptions.h.
| ValueErrorException::ValueErrorException | ( | const std::string | i | ) | [inline] |
Definition at line 30 of file Exceptions.h.
| ValueErrorException::ValueErrorException | ( | const char * | msg | ) | [inline] |
Definition at line 31 of file Exceptions.h.
| ValueErrorException::~ValueErrorException | ( | ) | throw () [inline] |
Definition at line 33 of file Exceptions.h.
| std::string ValueErrorException::message | ( | ) | const [inline] |
Definition at line 32 of file Exceptions.h.
1.5.5