Differential Evolution C++ library
|
#include <de_types.hpp>
Public Member Functions | |
exception (const char *what) | |
virtual const char * | what () const throw () |
de exception conforms to the C++ standard (MS implementation of std::exception has non-standard constructors)
de::exception::exception | ( | const char * | what | ) | [inline] |
Constructor that takes a C string as argument which is the message associated with the exception
what |
virtual const char* de::exception::what | ( | ) | const throw () [inline, virtual] |
To be used with care - if the exception object goes out of scope, the pointer returned by this function becomes invalid