jaula API Reference version 1.4.0
|
class for incompatible data type exceptions More...
#include <jaula_bad_data_type.h>
Public Member Functions | |
Bad_Data_Type (std::string const &detail="", std::string const &action="", std::string const &origin="") | |
Constructor. | |
Bad_Data_Type & | operator= (Bad_Data_Type const &orig) |
Assignment operator. | |
virtual | ~Bad_Data_Type () |
Destructor. |
class for incompatible data type exceptions
JAULA::Bad_Data_Type::Bad_Data_Type | ( | std::string const & | detail = "" , |
std::string const & | action = "" , |
||
std::string const & | origin = "" |
||
) |
Constructor.
detail | detailed description about the exception which made execution fail. |
action | action being performed when the exception arose. |
origin | Name of the method (and others methods that have called this) by the time the exception arose. |
JAULA::Bad_Data_Type::~Bad_Data_Type | ( | ) | [virtual] |
Destructor.
Bad_Data_Type & JAULA::Bad_Data_Type::operator= | ( | Bad_Data_Type const & | orig | ) |
Assignment operator.
orig | Original instance to copy |