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

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