exception
SYCL exception class, defined Section 3.2 of the specification, for general SYCL error.
|  | 
Member Functions
| (constructor) | |
| (destructor) | |
| Returns the OpenCL error code. Value extracted directly from the OpenCL header. | |
| Returns the name of the OpenCL error macro | |
| Returns the SYCL context that is associated with this SYCL exception | |
| Returns an internal ComputeCpp error code from the error | |
| Returns the SYCL error message. | |
| Returns the file name that trigger the error. | |
| Returns the line number that trigger the error. | |
| Reports whether the exception has a context associated with it | |
| Overload of std::runtime_error::what() which returns the message associated with the error. | |