|
JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java (public API).
|
CLException thrown on CL.CL_MEM_OBJECT_ALLOCATION_FAILURE errors.
More...
Public Member Functions | |
| CLMemObjectAllocationFailureException (final String message) | |
Public Member Functions inherited from com.jogamp.opencl.CLException | |
| CLException (final String message) | |
| String | getCLErrorString () |
| Returns a human readable String for the OpenCL error code. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from com.jogamp.opencl.CLException | |
| static void | checkForError (final int status, final String message) |
Throws a CLException when status != CL_SUCCESS. More... | |
| static CLException | newException (final int status, final String message) |
| Returns a CLException specific to the error code. More... | |
| static String | resolveErrorCode (final int error) |
| Returns a human readable String for the OpenCL error code or null if not known. More... | |
Public Attributes inherited from com.jogamp.opencl.CLException | |
| final int | errorcode |
| final String | error |
CLException thrown on CL.CL_MEM_OBJECT_ALLOCATION_FAILURE errors.
Definition at line 244 of file CLException.java.
| com.jogamp.opencl.CLException.CLMemObjectAllocationFailureException.CLMemObjectAllocationFailureException | ( | final String | message | ) |
Definition at line 246 of file CLException.java.