![]() |
cuLite v0.3.1
A lite CUDA C++ Interface
|
Basic culite exception class. More...

Public Member Functions | |
| Exception (const std::string &msg="Untitled") | |
| The default constructor. | |
| ~Exception () throw () | |
| Destroys the exception. | |
| const char * | what () const throw () |
| Returns the explanatory string. | |
Basic culite exception class.
| culite::err::Exception::Exception | ( | const std::string & | msg = "Untitled" | ) |
The default constructor.
Constructs an exception with the given message.