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