com
.
thoughtworks
.
compute
.
OpenCL
Exceptions
Related Doc:
package OpenCL
object
Exceptions
Source
OpenCL.scala
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Exceptions
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
final
class
BuildProgramFailure
[
Owner <:
Singleton
with
OpenCL
]
extends
IllegalStateException
final
class
CompilerNotAvailable
extends
IllegalStateException
final
class
DeviceNotAvailable
extends
IllegalStateException
final
class
DeviceNotFound
extends
NoSuchElementException
final
class
ExecStatusErrorForEventsInWaitList
extends
IllegalArgumentException
final
class
ImageFormatMismatch
extends
IllegalStateException
final
class
ImageFormatNotSupported
extends
IllegalStateException
final
class
InvalidArgIndex
extends
IllegalArgumentException
final
class
InvalidArgSize
extends
IllegalArgumentException
final
class
InvalidArgValue
extends
IllegalArgumentException
final
class
InvalidBinary
extends
IllegalArgumentException
final
class
InvalidBufferSize
extends
IllegalArgumentException
final
class
InvalidBuildOptions
extends
IllegalArgumentException
final
class
InvalidCommandQueue
extends
IllegalArgumentException
final
class
InvalidContext
extends
IllegalArgumentException
final
class
InvalidDevice
extends
IllegalArgumentException
final
class
InvalidDeviceType
extends
IllegalArgumentException
final
class
InvalidEvent
extends
IllegalArgumentException
final
class
InvalidEventWaitList
extends
IllegalArgumentException
final
class
InvalidGlobalOffset
extends
IllegalArgumentException
final
class
InvalidGlobalWorkSize
extends
IllegalArgumentException
final
class
InvalidHostPtr
extends
IllegalArgumentException
final
class
InvalidImageFormatDescriptor
extends
IllegalArgumentException
final
class
InvalidImageSize
extends
IllegalArgumentException
final
class
InvalidKernel
extends
IllegalArgumentException
final
class
InvalidKernelArgs
extends
IllegalArgumentException
final
class
InvalidKernelDefinition
extends
IllegalArgumentException
final
class
InvalidKernelName
extends
IllegalArgumentException
final
class
InvalidMemObject
extends
IllegalArgumentException
final
class
InvalidOperation
extends
IllegalArgumentException
final
class
InvalidPlatform
extends
IllegalArgumentException
final
class
InvalidProgram
extends
IllegalArgumentException
final
class
InvalidProgramExecutable
extends
IllegalArgumentException
final
class
InvalidProperty
extends
IllegalArgumentException
final
class
InvalidQueueProperties
extends
IllegalArgumentException
final
class
InvalidSampler
extends
IllegalArgumentException
final
class
InvalidValue
extends
IllegalArgumentException
final
class
InvalidWorkDimension
extends
IllegalArgumentException
final
class
InvalidWorkGroupSize
extends
IllegalArgumentException
final
class
InvalidWorkItemSize
extends
IllegalArgumentException
final
class
MapFailure
extends
IllegalStateException
final
class
MemCopyOverlap
extends
IllegalStateException
final
class
MemObjectAllocationFailure
extends
IllegalStateException
final
class
MisalignedSubBufferOffset
extends
IllegalArgumentException
final
class
OutOfHostMemory
extends
IllegalStateException
final
class
OutOfResources
extends
IllegalStateException
final
class
PlatformNotFoundKhr
extends
NoSuchElementException
final
class
ProfilingInfoNotAvailable
extends
IllegalStateException
final
class
UnknownErrorCode
extends
IllegalStateException
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
fromErrorCode
(
errorCode:
Int
)
:
Exception
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped