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

CUDA exception class. More...

Inheritance diagram for culite::err::CudaException:

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.

Detailed Description

CUDA exception class.

Constructor & Destructor Documentation

◆ CudaException()

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

The default constructor.

Constructs an exception with the given message.

◆ ~CudaException()

culite::err::CudaException::~CudaException ( )
throw ( )

Destroys the exception.