Package foundry.veil.api.opencl
Class CLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
foundry.veil.api.opencl.CLException
- All Implemented Interfaces:
Serializable
An exception thrown when something in OpenCL goes wrong.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CLException
-
CLException
public CLException(int errCode)
-
-
Method Details
-
getError
public int getError()- Returns:
- The error code for this error
-
getErrorString
- Returns:
- A string representation of the error
-