JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.CLException.CLInvalidWorkItemSizeException Class Reference

CLException thrown on CL.CL_INVALID_WORK_ITEM_SIZE errors. More...

Inheritance diagram for com.jogamp.opencl.CLException.CLInvalidWorkItemSizeException:
Collaboration diagram for com.jogamp.opencl.CLException.CLInvalidWorkItemSizeException:

Public Member Functions

 CLInvalidWorkItemSizeException (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
 

Detailed Description

CLException thrown on CL.CL_INVALID_WORK_ITEM_SIZE errors.

Definition at line 610 of file CLException.java.

Constructor & Destructor Documentation

◆ CLInvalidWorkItemSizeException()


The documentation for this class was generated from the following file: