cuLite v0.3.1
A lite CUDA C++ Interface
Loading...
Searching...
No Matches
culite::err::Exception Class Reference

Basic culite exception class. More...

Inheritance diagram for culite::err::Exception:

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.

Detailed Description

Basic culite exception class.

Constructor & Destructor Documentation

◆ Exception()

culite::err::Exception::Exception ( const std::string & msg = "Untitled")

The default constructor.

Constructs an exception with the given message.