Package com.jogamp.opencl
Class CLException.CLInvalidPlatformException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jogamp.opencl.CLException
-
- com.jogamp.opencl.CLException.CLInvalidPlatformException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CLException
public static final class CLException.CLInvalidPlatformException extends CLException
CLException
thrown on CL.CL_INVALID_PLATFORM errors.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jogamp.opencl.CLException
CLException.CLBuildProgramFailureException, CLException.CLCompilerNotAvailableException, CLException.CLDeviceNotAvailableException, CLException.CLDeviceNotFoundException, CLException.CLExecStatusErrorForEventsInWaitListException, CLException.CLImageFormatMismatchException, CLException.CLImageFormatNotSupportedException, CLException.CLInvalidArgIndexException, CLException.CLInvalidArgSizeException, CLException.CLInvalidArgValueException, CLException.CLInvalidBinaryException, CLException.CLInvalidBufferSizeException, CLException.CLInvalidBuildOptionsException, CLException.CLInvalidCommandQueueException, CLException.CLInvalidContextException, CLException.CLInvalidDeviceException, CLException.CLInvalidDeviceTypeException, CLException.CLInvalidEventException, CLException.CLInvalidEventWaitListException, CLException.CLInvalidGlobalOffsetException, CLException.CLInvalidGlobalWorkSizeException, CLException.CLInvalidGLObjectException, CLException.CLInvalidGLSharegroupReferenceKhrException, CLException.CLInvalidHostPtrException, CLException.CLInvalidImageFormatDescriptorException, CLException.CLInvalidImageSizeException, CLException.CLInvalidKernelArgsException, CLException.CLInvalidKernelDefinitionException, CLException.CLInvalidKernelException, CLException.CLInvalidKernelNameException, CLException.CLInvalidMemObjectException, CLException.CLInvalidMipLevelException, CLException.CLInvalidOperationException, CLException.CLInvalidPlatformException, CLException.CLInvalidProgramException, CLException.CLInvalidProgramExecutableException, CLException.CLInvalidPropertyException, CLException.CLInvalidQueuePropertiesException, CLException.CLInvalidSamplerException, CLException.CLInvalidValueException, CLException.CLInvalidWorkDimensionException, CLException.CLInvalidWorkGroupSizeException, CLException.CLInvalidWorkItemSizeException, CLException.CLMapFailureException, CLException.CLMemCopyOverlapException, CLException.CLMemObjectAllocationFailureException, CLException.CLMisalignedSubBufferOffsetException, CLException.CLOutOfHostMemoryException, CLException.CLOutOfResourcesException, CLException.CLPlatformNotFoundKhrException, CLException.CLProfilingInfoNotAvailableException
-
-
Field Summary
-
Fields inherited from class com.jogamp.opencl.CLException
error, errorcode
-
-
Constructor Summary
Constructors Constructor Description CLInvalidPlatformException(String message)
-
Method Summary
-
Methods inherited from class com.jogamp.opencl.CLException
checkForError, getCLErrorString, newException, resolveErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CLInvalidPlatformException
public CLInvalidPlatformException(String message)
-
-