com.jogamp.opencl
Class CLException.CLMemCopyOverlapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jogamp.opencl.CLException
                  extended by com.jogamp.opencl.CLException.CLMemCopyOverlapException
All Implemented Interfaces:
Serializable
Enclosing class:
CLException

public static final class CLException.CLMemCopyOverlapException
extends CLException

CLException thrown on CL.CL_MEM_COPY_OVERLAP errors.

Author:
Michael Bien
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
CLException.CLMemCopyOverlapException(String message)
           
 
Method Summary
 
Methods inherited from class com.jogamp.opencl.CLException
checkForError, getCLErrorString, newException, resolveErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CLException.CLMemCopyOverlapException

public CLException.CLMemCopyOverlapException(String message)