Packages

object exception

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. exception
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type AbortedException = jni.AbortedException
  2. type AlreadyExistsException = jni.AlreadyExistsException
  3. type CancelledException = jni.CancelledException
  4. case class CheckpointNotFoundException(message: String = null, cause: Throwable = null) extends TensorFlowException with Product with Serializable
  5. type DataLossException = jni.DataLossException
  6. type DeadlineExceededException = jni.DeadlineExceededException
  7. type FailedPreconditionException = jni.FailedPreconditionException
  8. case class GraphMismatchException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  9. case class IllegalNameException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  10. type InternalException = jni.InternalException
  11. type InvalidArgumentException = jni.InvalidArgumentException
  12. case class InvalidDataTypeException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  13. case class InvalidDeviceException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  14. case class InvalidIndexerException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  15. case class InvalidShapeException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  16. type NotFoundException = jni.NotFoundException
  17. case class OpBuilderUsedException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  18. type OutOfRangeException = jni.OutOfRangeException
  19. type PermissionDeniedException = jni.PermissionDeniedException
  20. type ResourceExhaustedException = jni.ResourceExhaustedException
  21. case class ShapeMismatchException(message: String = null, cause: Throwable = null) extends InvalidArgumentException with Product with Serializable
  22. type UnauthenticatedException = jni.UnauthenticatedException
  23. type UnavailableException = jni.UnavailableException
  24. type UnimplementedException = jni.UnimplementedException
  25. type UnknownException = jni.UnknownException

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. val AbortedException: jni.AbortedException.type
  5. val AlreadyExistsException: jni.AlreadyExistsException.type
  6. val CancelledException: jni.CancelledException.type
  7. val DataLossException: jni.DataLossException.type
  8. val DeadlineExceededException: jni.DeadlineExceededException.type
  9. val FailedPreconditionException: jni.FailedPreconditionException.type
  10. val InternalException: jni.InternalException.type
  11. val InvalidArgumentException: jni.InvalidArgumentException.type
  12. val NotFoundException: jni.NotFoundException.type
  13. val OutOfRangeException: jni.OutOfRangeException.type
  14. val PermissionDeniedException: jni.PermissionDeniedException.type
  15. val ResourceExhaustedException: jni.ResourceExhaustedException.type
  16. val UnauthenticatedException: jni.UnauthenticatedException.type
  17. val UnavailableException: jni.UnavailableException.type
  18. val UnimplementedException: jni.UnimplementedException.type
  19. val UnknownException: jni.UnknownException.type
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped