Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions
icl::utils::CLException Class Reference

Base class for an OpenCL Exception. More...

#include <CLException.h>

Inheritance diagram for icl::utils::CLException:
icl::utils::ICLException icl::utils::CLBufferException icl::utils::CLBuildException icl::utils::CLInitException icl::utils::CLKernelException

List of all members.

Public Member Functions

 CLException (const std::string &msg) throw ()

Static Public Member Functions

static string getMessage (const int errorCode, const string message)

Detailed Description

Base class for an OpenCL Exception.


Constructor & Destructor Documentation

icl::utils::CLException::CLException ( const std::string &  msg) throw () [inline]

Member Function Documentation

static string icl::utils::CLException::getMessage ( const int  errorCode,
const string  message 
) [inline, static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines