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

CLException thrown on CL.CL_INVALID_VALUE errors. More...

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

Public Member Functions

 CLInvalidValueException (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_VALUE errors.

Definition at line 335 of file CLException.java.

Constructor & Destructor Documentation

◆ CLInvalidValueException()


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