Public Member Functions

ValueErrorException Class Reference

Class to allow us to throw a ValueError from C++ and have it make it back to Python. More...

#include <Exceptions.h>

Inherits std::exception.

List of all members.

Public Member Functions

 ValueErrorException (const std::string i)
 ValueErrorException (const char *msg)
std::string message () const
 ~ValueErrorException () throw ()

Detailed Description

Class to allow us to throw a ValueError from C++ and have it make it back to Python.

Definition at line 31 of file Exceptions.h.


Constructor & Destructor Documentation

ValueErrorException::ValueErrorException ( const std::string  i  )  [inline]

Definition at line 34 of file Exceptions.h.

ValueErrorException::ValueErrorException ( const char *  msg  )  [inline]

Definition at line 35 of file Exceptions.h.

ValueErrorException::~ValueErrorException (  )  throw () [inline]

Definition at line 37 of file Exceptions.h.


Member Function Documentation

std::string ValueErrorException::message (  )  const [inline]

Definition at line 36 of file Exceptions.h.


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