libSCALE  0.2.0
A modern C++ CUDA API
sp::CudaSystemDriverMismatchException Class Reference

Exception corresponding to cudaErrorSystemDriverMismatch of cudaError. More...

#include <Exception.hpp>

Inheritance diagram for sp::CudaSystemDriverMismatchException:
[legend]

Public Member Functions

 CudaSystemDriverMismatchException (const std::string &description)
 
 CudaSystemDriverMismatchException (const CudaSystemDriverMismatchException &)
 
- Public Member Functions inherited from sp::CudaException
 CudaException (cudaError_t e)
 
 CudaException (cudaError_t e, const std::string desc)
 
 CudaException (const CudaException &)
 
cudaError_t getErrorCode () const
 Get the cudaError_t corresponding to this error. More...
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 
- Public Member Functions inherited from std::exception
exception (T... args)
 
operator= (T... args)
 
what (T... args)
 
~exception (T... args)
 

Detailed Description

Exception corresponding to cudaErrorSystemDriverMismatch of cudaError.