Exception corresponding to cudaErrorDuplicateSurfaceName
of cudaError
.
More...
#include <Exception.hpp>
Public Member Functions | |
CudaDuplicateSurfaceNameException (const std::string &description) | |
CudaDuplicateSurfaceNameException (const CudaDuplicateSurfaceNameException &) | |
![]() | |
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... | |
![]() | |
T | runtime_error (T... args) |
T | what (T... args) |
![]() | |
T | exception (T... args) |
T | operator= (T... args) |
T | what (T... args) |
T | ~exception (T... args) |
Exception corresponding to cudaErrorDuplicateSurfaceName
of cudaError
.