public final class CudaException
extends java.lang.Exception
CudaException
class represents an unusual or unexpected response
from a CUDA-capable device.Modifier and Type | Field and Description |
---|---|
int |
code |
Constructor and Description |
---|
CudaException(int code)
Creates a new exception object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns a human-readable string describing the problem represented
by this exception.
|
public CudaException(int code)
code
- the error codeCudaError
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2023 IBM Corp. and others.