general library exception class More...
#include <cupt/common.hpp>
Inherits std::runtime_error.
Public Member Functions | |
Exception (const char *message) | |
constructor | |
Exception (const string &message) | |
constructor |
general library exception class
Any library function may throw this exception.
cupt::Exception::Exception | ( | const char * | message | ) | [inline] |
constructor
Creates Exception object with a message message.
message | human-readable exception description |
cupt::Exception::Exception | ( | const string & | message | ) | [inline] |
constructor
constructor
Creates Exception object with a message message.
message | human-readable exception description |