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
  2. final class CompilerNotAvailable extends IllegalStateException
  3. final class DeviceNotAvailable extends IllegalStateException
  4. final class DeviceNotFound extends NoSuchElementException
  5. final class ExecStatusErrorForEventsInWaitList extends IllegalArgumentException
  6. final class ImageFormatMismatch extends IllegalStateException
  7. final class ImageFormatNotSupported extends IllegalStateException
  8. final class InvalidArgIndex extends IllegalArgumentException
  9. final class InvalidArgSize extends IllegalArgumentException
  10. final class InvalidArgValue extends IllegalArgumentException
  11. final class InvalidBinary extends IllegalArgumentException
  12. final class InvalidBufferSize extends IllegalArgumentException
  13. final class InvalidBuildOptions extends IllegalArgumentException
  14. final class InvalidCommandQueue extends IllegalArgumentException
  15. final class InvalidContext extends IllegalArgumentException
  16. final class InvalidDevice extends IllegalArgumentException
  17. final class InvalidDeviceType extends IllegalArgumentException
  18. final class InvalidEvent extends IllegalArgumentException
  19. final class InvalidEventWaitList extends IllegalArgumentException
  20. final class InvalidGlobalOffset extends IllegalArgumentException
  21. final class InvalidGlobalWorkSize extends IllegalArgumentException
  22. final class InvalidHostPtr extends IllegalArgumentException
  23. final class InvalidImageFormatDescriptor extends IllegalArgumentException
  24. final class InvalidImageSize extends IllegalArgumentException
  25. final class InvalidKernel extends IllegalArgumentException
  26. final class InvalidKernelArgs extends IllegalArgumentException
  27. final class InvalidKernelDefinition extends IllegalArgumentException
  28. final class InvalidKernelName extends IllegalArgumentException
  29. final class InvalidMemObject extends IllegalArgumentException
  30. final class InvalidOperation extends IllegalArgumentException
  31. final class InvalidPlatform extends IllegalArgumentException
  32. final class InvalidProgram extends IllegalArgumentException
  33. final class InvalidProgramExecutable extends IllegalArgumentException
  34. final class InvalidProperty extends IllegalArgumentException
  35. final class InvalidQueueProperties extends IllegalArgumentException
  36. final class InvalidSampler extends IllegalArgumentException
  37. final class InvalidValue extends IllegalArgumentException
  38. final class InvalidWorkDimension extends IllegalArgumentException
  39. final class InvalidWorkGroupSize extends IllegalArgumentException
  40. final class InvalidWorkItemSize extends IllegalArgumentException
  41. final class MapFailure extends IllegalStateException
  42. final class MemCopyOverlap extends IllegalStateException
  43. final class MemObjectAllocationFailure extends IllegalStateException
  44. final class MisalignedSubBufferOffset extends IllegalArgumentException
  45. final class OutOfHostMemory extends IllegalStateException
  46. final class OutOfResources extends IllegalStateException
  47. final class PlatformNotFoundKhr extends NoSuchElementException
  48. final class ProfilingInfoNotAvailable extends IllegalStateException
  49. final class UnknownErrorCode extends IllegalStateException

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def fromErrorCode(errorCode: Int): Exception
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped