Object

com.thoughtworks.compute.OpenCL

Exceptions

Related Doc: package OpenCL

Permalink

object Exceptions

Source
OpenCL.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Exceptions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class BuildProgramFailure[Owner <: Singleton with OpenCL] extends IllegalStateException

    Permalink
  2. final class CompilerNotAvailable extends IllegalStateException

    Permalink
  3. final class DeviceNotAvailable extends IllegalStateException

    Permalink
  4. final class DeviceNotFound extends NoSuchElementException

    Permalink
  5. final class ExecStatusErrorForEventsInWaitList extends IllegalArgumentException

    Permalink
  6. final class ImageFormatMismatch extends IllegalStateException

    Permalink
  7. final class ImageFormatNotSupported extends IllegalStateException

    Permalink
  8. final class InvalidArgIndex extends IllegalArgumentException

    Permalink
  9. final class InvalidArgSize extends IllegalArgumentException

    Permalink
  10. final class InvalidArgValue extends IllegalArgumentException

    Permalink
  11. final class InvalidBinary extends IllegalArgumentException

    Permalink
  12. final class InvalidBufferSize extends IllegalArgumentException

    Permalink
  13. final class InvalidBuildOptions extends IllegalArgumentException

    Permalink
  14. final class InvalidCommandQueue extends IllegalArgumentException

    Permalink
  15. final class InvalidContext extends IllegalArgumentException

    Permalink
  16. final class InvalidDevice extends IllegalArgumentException

    Permalink
  17. final class InvalidDeviceType extends IllegalArgumentException

    Permalink
  18. final class InvalidEvent extends IllegalArgumentException

    Permalink
  19. final class InvalidEventWaitList extends IllegalArgumentException

    Permalink
  20. final class InvalidGlobalOffset extends IllegalArgumentException

    Permalink
  21. final class InvalidGlobalWorkSize extends IllegalArgumentException

    Permalink
  22. final class InvalidHostPtr extends IllegalArgumentException

    Permalink
  23. final class InvalidImageFormatDescriptor extends IllegalArgumentException

    Permalink
  24. final class InvalidImageSize extends IllegalArgumentException

    Permalink
  25. final class InvalidKernel extends IllegalArgumentException

    Permalink
  26. final class InvalidKernelArgs extends IllegalArgumentException

    Permalink
  27. final class InvalidKernelDefinition extends IllegalArgumentException

    Permalink
  28. final class InvalidKernelName extends IllegalArgumentException

    Permalink
  29. final class InvalidMemObject extends IllegalArgumentException

    Permalink
  30. final class InvalidOperation extends IllegalArgumentException

    Permalink
  31. final class InvalidPlatform extends IllegalArgumentException

    Permalink
  32. final class InvalidProgram extends IllegalArgumentException

    Permalink
  33. final class InvalidProgramExecutable extends IllegalArgumentException

    Permalink
  34. final class InvalidProperty extends IllegalArgumentException

    Permalink
  35. final class InvalidQueueProperties extends IllegalArgumentException

    Permalink
  36. final class InvalidSampler extends IllegalArgumentException

    Permalink
  37. final class InvalidValue extends IllegalArgumentException

    Permalink
  38. final class InvalidWorkDimension extends IllegalArgumentException

    Permalink
  39. final class InvalidWorkGroupSize extends IllegalArgumentException

    Permalink
  40. final class InvalidWorkItemSize extends IllegalArgumentException

    Permalink
  41. final class MapFailure extends IllegalStateException

    Permalink
  42. final class MemCopyOverlap extends IllegalStateException

    Permalink
  43. final class MemObjectAllocationFailure extends IllegalStateException

    Permalink
  44. final class MisalignedSubBufferOffset extends IllegalArgumentException

    Permalink
  45. final class OutOfHostMemory extends IllegalStateException

    Permalink
  46. final class OutOfResources extends IllegalStateException

    Permalink
  47. final class PlatformNotFoundKhr extends NoSuchElementException

    Permalink
  48. final class ProfilingInfoNotAvailable extends IllegalStateException

    Permalink
  49. final class UnknownErrorCode extends IllegalStateException

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromErrorCode(errorCode: Int): Exception

    Permalink
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped